Html Css Color HEX #64459D Royal Purple

📋 copy color: '#64459D'

red 100 ◦ green 69 ◦ blue 157

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

Shades of Royal Purple #64459D

Tints of Royal Purple #64459D

RGB

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

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

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

R = 30.67%
G = 21.17%
B = 48.16%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64459D (or 0x64459D) is known color: Royal Purple. HEX triplet: 64, 45 and 9D. RGB value is (100,69,157). Sum of RGB (Red+Green+Blue) = 100+69+157=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #64459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64459D is #9BBA62. Grayscale: #575757. Windows color (decimal): -10205795 or 10306916. OLE color: 10306916.

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

Color convert

RGB 100 69 157 -
CMYK 0.36 0.56 0 0.38
HSL 261.14º 0.39% 0.44% -
HSV(B) 261.14º 0.56% 0.62% -
XYZ 13.47 9.4 33 -
YUV 88.3 166.77 136.34 -
System Red Green Blue C M Y K H S L
Decimal 100 69 157 0.36 0.56 0 0.38 261.14 0.39 0.44
Hex 64 45 9D 24 38 0 26 105 27 2C
Octal 144 105 235 44 70 0 46 405 47 54
Binary 1100100 1000101 10011101 100100 111000 0 100110 100000101 100111 101100

Color Harmonies of #64459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64459D

Black with #64459D

Text Example


Text Example

White with #64459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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