Html Css Color HEX #64459B Royal Purple

📋 copy color: '#64459B'

red 100 ◦ green 69 ◦ blue 155

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

Shades of Royal Purple #64459B

Tints of Royal Purple #64459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.3%

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

R = 30.86%
G = 21.3%
B = 47.84%

CMYK

 C value IS 0.35

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64459B (or 0x64459B) is known color: Royal Purple. HEX triplet: 64, 45 and 9B. RGB value is (100,69,155). Sum of RGB (Red+Green+Blue) = 100+69+155=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 69 (27.34% from 255 or 21.30% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #64459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64459B is #9BBA64. Grayscale: #575757. Windows color (decimal): -10205797 or 10175844. OLE color: 10175844.

HSL color Cylindrical-coordinate representation of color #64459B: hue angle of 261.63º 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 #64459B is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 69 155 -
CMYK 0.35 0.55 0 0.39
HSL 261.63º 0.38% 0.44% -
HSV(B) 261.63º 0.55% 0.61% -
XYZ 13.3 9.33 32.11 -
YUV 88.07 165.77 136.51 -
System Red Green Blue C M Y K H S L
Decimal 100 69 155 0.35 0.55 0 0.39 261.63 0.38 0.44
Hex 64 45 9B 23 37 0 27 106 26 2C
Octal 144 105 233 43 67 0 47 406 46 54
Binary 1100100 1000101 10011011 100011 110111 0 100111 100000110 100110 101100

Color Harmonies of #64459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64459B

Black with #64459B

Text Example


Text Example

White with #64459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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