Html Css Color HEX #64469E Royal Purple

📋 copy color: '#64469E'

red 100 ◦ green 70 ◦ blue 158

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

Shades of Royal Purple #64469E

Tints of Royal Purple #64469E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 48.17%

R = 30.49%
G = 21.34%
B = 48.17%

CMYK

 C value IS 0.37

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64469E (or 0x64469E) is known color: Royal Purple. HEX triplet: 64, 46 and 9E. RGB value is (100,70,158). Sum of RGB (Red+Green+Blue) = 100+70+158=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 70 (27.73% from 255 or 21.34% from 328); Blue value is 158 (62.11% from 255 or 48.17% from 328); Max value from RGB is 158 - color contains mainly: blue. Hex color #64469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64469E is #9BB961. Grayscale: #585858. Windows color (decimal): -10205538 or 10372708. OLE color: 10372708.

HSL color Cylindrical-coordinate representation of color #64469E: hue angle of 260.45º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64469E is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 70 158 -
CMYK 0.37 0.56 0 0.38
HSL 260.45º 0.39% 0.45% -
HSV(B) 260.45º 0.56% 0.62% -
XYZ 13.62 9.56 33.47 -
YUV 89 166.94 135.84 -
System Red Green Blue C M Y K H S L
Decimal 100 70 158 0.37 0.56 0 0.38 260.45 0.39 0.45
Hex 64 46 9E 25 38 0 26 104 27 2D
Octal 144 106 236 45 70 0 46 404 47 55
Binary 1100100 1000110 10011110 100101 111000 0 100110 100000100 100111 101101

Color Harmonies of #64469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64469E

Black with #64469E

Text Example


Text Example

White with #64469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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