Html Css Color HEX #64429D Royal Purple

📋 copy color: '#64429D'

red 100 ◦ green 66 ◦ blue 157

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

Shades of Royal Purple #64429D

Tints of Royal Purple #64429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 48.61%

R = 30.96%
G = 20.43%
B = 48.61%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64429D (or 0x64429D) is known color: Royal Purple. HEX triplet: 64, 42 and 9D. RGB value is (100,66,157). Sum of RGB (Red+Green+Blue) = 100+66+157=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 66 (26.17% from 255 or 20.43% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #64429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64429D is #9BBD62. Grayscale: #565656. Windows color (decimal): -10206563 or 10306148. OLE color: 10306148.

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

Color convert

RGB 100 66 157 -
CMYK 0.36 0.58 0 0.38
HSL 262.42º 0.41% 0.44% -
HSV(B) 262.42º 0.58% 0.62% -
XYZ 13.29 9.04 32.94 -
YUV 86.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 100 66 157 0.36 0.58 0 0.38 262.42 0.41 0.44
Hex 64 42 9D 24 3A 0 26 106 29 2C
Octal 144 102 235 44 72 0 46 406 51 54
Binary 1100100 1000010 10011101 100100 111010 0 100110 100000110 101001 101100

Color Harmonies of #64429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64429D

Black with #64429D

Text Example


Text Example

White with #64429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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