Html Css Color HEX #64429A Royal Purple

📋 copy color: '#64429A'

red 100 ◦ green 66 ◦ blue 154

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

Shades of Royal Purple #64429A

Tints of Royal Purple #64429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 48.13%

R = 31.25%
G = 20.63%
B = 48.13%

CMYK

 C value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64429A (or 0x64429A) is known color: Royal Purple. HEX triplet: 64, 42 and 9A. RGB value is (100,66,154). Sum of RGB (Red+Green+Blue) = 100+66+154=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 154 (60.55% from 255 or 48.12% from 320); Max value from RGB is 154 - color contains mainly: blue. Hex color #64429A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64429A is #9BBD65. Grayscale: #555555. Windows color (decimal): -10206566 or 10109540. OLE color: 10109540.

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

Color convert

RGB 100 66 154 -
CMYK 0.35 0.57 0 0.40
HSL 263.18º 0.4% 0.43% -
HSV(B) 263.18º 0.57% 0.6% -
XYZ 13.04 8.94 31.61 -
YUV 86.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 100 66 154 0.35 0.57 0 0.40 263.18 0.4 0.43
Hex 64 42 9A 23 39 0 28 107 28 2B
Octal 144 102 232 43 71 0 50 407 50 53
Binary 1100100 1000010 10011010 100011 111001 0 101000 100000111 101000 101011

Color Harmonies of #64429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64429A

Black with #64429A

Text Example


Text Example

White with #64429A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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