Html Css Color HEX #64429B Royal Purple

📋 copy color: '#64429B'

red 100 ◦ green 66 ◦ blue 155

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

Shades of Royal Purple #64429B

Tints of Royal Purple #64429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 48.29%

R = 31.15%
G = 20.56%
B = 48.29%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64429B (or 0x64429B) is known color: Royal Purple. HEX triplet: 64, 42 and 9B. RGB value is (100,66,155). Sum of RGB (Red+Green+Blue) = 100+66+155=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #64429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64429B is #9BBD64. Grayscale: #555555. Windows color (decimal): -10206565 or 10175076. OLE color: 10175076.

HSL color Cylindrical-coordinate representation of color #64429B: hue angle of 262.92º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64429B is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 66 155 -
CMYK 0.35 0.57 0 0.39
HSL 262.92º 0.4% 0.43% -
HSV(B) 262.92º 0.57% 0.61% -
XYZ 13.12 8.97 32.05 -
YUV 86.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 100 66 155 0.35 0.57 0 0.39 262.92 0.4 0.43
Hex 64 42 9B 23 39 0 27 107 28 2B
Octal 144 102 233 43 71 0 47 407 50 53
Binary 1100100 1000010 10011011 100011 111001 0 100111 100000111 101000 101011

Color Harmonies of #64429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64429B

Black with #64429B

Text Example


Text Example

White with #64429B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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