Html Css Color HEX #64429C Royal Purple

📋 copy color: '#64429C'

red 100 ◦ green 66 ◦ blue 156

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

Shades of Royal Purple #64429C

Tints of Royal Purple #64429C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 156 (61.33% from 255) = 48.45%

R = 31.06%
G = 20.5%
B = 48.45%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64429C (or 0x64429C) is known color: Royal Purple. HEX triplet: 64, 42 and 9C. RGB value is (100,66,156). Sum of RGB (Red+Green+Blue) = 100+66+156=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #64429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64429C is #9BBD63. Grayscale: #565656. Windows color (decimal): -10206564 or 10240612. OLE color: 10240612.

HSL color Cylindrical-coordinate representation of color #64429C: hue angle of 262.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64429C is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 66 156 -
CMYK 0.36 0.58 0 0.39
HSL 262.67º 0.41% 0.44% -
HSV(B) 262.67º 0.58% 0.61% -
XYZ 13.2 9.01 32.49 -
YUV 86.43 167.26 137.68 -
System Red Green Blue C M Y K H S L
Decimal 100 66 156 0.36 0.58 0 0.39 262.67 0.41 0.44
Hex 64 42 9C 24 3A 0 27 107 29 2C
Octal 144 102 234 44 72 0 47 407 51 54
Binary 1100100 1000010 10011100 100100 111010 0 100111 100000111 101001 101100

Color Harmonies of #64429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64429C

Black with #64429C

Text Example


Text Example

White with #64429C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64429C; }

 p { color: rgb(100,66,156); }

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

background-color css

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

 a { background-color: rgb(100,66,156); }

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

border-color css

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

 span { border-color: rgb(100,66,156); }

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