Html Css Color HEX #64469C Royal Purple

📋 copy color: '#64469C'

red 100 ◦ green 70 ◦ blue 156

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

Shades of Royal Purple #64469C

Tints of Royal Purple #64469C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

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

R = 30.67%
G = 21.47%
B = 47.85%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64469C (or 0x64469C) is known color: Royal Purple. HEX triplet: 64, 46 and 9C. RGB value is (100,70,156). Sum of RGB (Red+Green+Blue) = 100+70+156=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 156 (61.33% from 255 or 47.85% from 326); Max value from RGB is 156 - color contains mainly: blue. Hex color #64469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64469C is #9BB963. Grayscale: #585858. Windows color (decimal): -10205540 or 10241636. OLE color: 10241636.

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

Color convert

RGB 100 70 156 -
CMYK 0.36 0.55 0 0.39
HSL 260.93º 0.38% 0.44% -
HSV(B) 260.93º 0.55% 0.61% -
XYZ 13.45 9.49 32.58 -
YUV 88.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 100 70 156 0.36 0.55 0 0.39 260.93 0.38 0.44
Hex 64 46 9C 24 37 0 27 105 26 2C
Octal 144 106 234 44 67 0 47 405 46 54
Binary 1100100 1000110 10011100 100100 110111 0 100111 100000101 100110 101100

Color Harmonies of #64469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64469C

Black with #64469C

Text Example


Text Example

White with #64469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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