Html Css Color HEX #642C97 Royal Purple

📋 copy color: '#642C97'

red 100 ◦ green 44 ◦ blue 151

#642C97
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Purple #642C97

Tints of Royal Purple #642C97

RGB

 RED value IS 100 (39.45% from 255) = 33.9%

 GREEN value IS 44 (17.58% from 255) = 14.92%

 BLUE value IS 151 (59.38% from 255) = 51.19%

R = 33.9%
G = 14.92%
B = 51.19%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#642C97 (or 0x642C97) is known color: Royal Purple. HEX triplet: 64, 2C and 97. RGB value is (100,44,151). Sum of RGB (Red+Green+Blue) = 100+44+151=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 151 (59.38% from 255 or 51.19% from 295); Max value from RGB is 151 - color contains mainly: blue. Hex color #642C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642C97 is #9BD368. Grayscale: #484848. Windows color (decimal): -10212201 or 9907300. OLE color: 9907300.

HSL color Cylindrical-coordinate representation of color #642C97: hue angle of 271.4º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #642C97 is Cyan = 0.34, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 44 151 -
CMYK 0.34 0.71 0 0.41
HSL 271.4º 0.55% 0.38% -
HSV(B) 271.4º 0.71% 0.59% -
XYZ 11.74 6.75 29.96 -
YUV 72.94 172.05 147.3 -
System Red Green Blue C M Y K H S L
Decimal 100 44 151 0.34 0.71 0 0.41 271.4 0.55 0.38
Hex 64 2C 97 22 47 0 29 10F 37 26
Octal 144 54 227 42 107 0 51 417 67 46
Binary 1100100 101100 10010111 100010 1000111 0 101001 100001111 110111 100110

Color Harmonies of #642C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642C97

Black with #642C97

Text Example


Text Example

White with #642C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642C97; }

 p { color: rgb(100,44,151); }

 H1.HeaderClassName
 {
   color: #642C97;
 }
 .AnyTagClassName
 {
   color: #642C97;
 }
</style>

background-color css

<style>
 a { background-color: #642C97; }

 a { background-color: rgb(100,44,151); }

 div.DivClassName
 {
   background-color: #642C97;
 }
 .BgClassName
 {
   background-color: #642C97;
 }
</style>

border-color css

<style>
 span { border-color: #642C97; }

 span { border-color: rgb(100,44,151); }

 td.TdClassName
 {
   border-color: #642C97;
 }
 .TagClassName
 {
   border-color: #642C97;
 }
</style>