Html Css Color HEX #64499B Royal Purple

📋 copy color: '#64499B'

red 100 ◦ green 73 ◦ blue 155

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

Shades of Royal Purple #64499B

Tints of Royal Purple #64499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

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

R = 30.49%
G = 22.26%
B = 47.26%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64499B (or 0x64499B) is known color: Royal Purple. HEX triplet: 64, 49 and 9B. RGB value is (100,73,155). Sum of RGB (Red+Green+Blue) = 100+73+155=328 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.49% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 155 (60.94% from 255 or 47.26% from 328); Max value from RGB is 155 - color contains mainly: blue. Hex color #64499B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64499B is #9BB664. Grayscale: #5A5A5A. Windows color (decimal): -10204773 or 10176868. OLE color: 10176868.

HSL color Cylindrical-coordinate representation of color #64499B: hue angle of 259.76º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64499B is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 73 155 -
CMYK 0.35 0.53 0 0.39
HSL 259.76º 0.36% 0.45% -
HSV(B) 259.76º 0.53% 0.61% -
XYZ 13.55 9.84 32.2 -
YUV 90.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 100 73 155 0.35 0.53 0 0.39 259.76 0.36 0.45
Hex 64 49 9B 23 35 0 27 104 24 2D
Octal 144 111 233 43 65 0 47 404 44 55
Binary 1100100 1001001 10011011 100011 110101 0 100111 100000100 100100 101101

Color Harmonies of #64499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64499B

Black with #64499B

Text Example


Text Example

White with #64499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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