Html Css Color HEX #642097 Royal Purple

📋 copy color: '#642097'

red 100 ◦ green 32 ◦ blue 151

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

Shades of Royal Purple #642097

Tints of Royal Purple #642097

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

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

R = 35.34%
G = 11.31%
B = 53.36%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#642097 (or 0x642097) is known color: Royal Purple. HEX triplet: 64, 20 and 97. RGB value is (100,32,151). Sum of RGB (Red+Green+Blue) = 100+32+151=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #642097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642097 is #9BDF68. Grayscale: #414141. Windows color (decimal): -10215273 or 9904228. OLE color: 9904228.

HSL color Cylindrical-coordinate representation of color #642097: hue angle of 274.29º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #642097 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 32 151 -
CMYK 0.34 0.79 0 0.41
HSL 274.29º 0.65% 0.36% -
HSV(B) 274.29º 0.79% 0.59% -
XYZ 11.36 5.98 29.83 -
YUV 65.9 176.03 152.32 -
System Red Green Blue C M Y K H S L
Decimal 100 32 151 0.34 0.79 0 0.41 274.29 0.65 0.36
Hex 64 20 97 22 4F 0 29 112 41 24
Octal 144 40 227 42 117 0 51 422 101 44
Binary 1100100 100000 10010111 100010 1001111 0 101001 100010010 1000001 100100

Color Harmonies of #642097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642097

Black with #642097

Text Example


Text Example

White with #642097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642097; }

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

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

background-color css

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

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

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

border-color css

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

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

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