Html Css Color HEX #64449B Royal Purple

📋 copy color: '#64449B'

red 100 ◦ green 68 ◦ blue 155

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

Shades of Royal Purple #64449B

Tints of Royal Purple #64449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

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

R = 30.96%
G = 21.05%
B = 47.99%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64449B (or 0x64449B) is known color: Royal Purple. HEX triplet: 64, 44 and 9B. RGB value is (100,68,155). Sum of RGB (Red+Green+Blue) = 100+68+155=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #64449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64449B is #9BBB64. Grayscale: #575757. Windows color (decimal): -10206053 or 10175588. OLE color: 10175588.

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

Color convert

RGB 100 68 155 -
CMYK 0.35 0.56 0 0.39
HSL 262.07º 0.39% 0.44% -
HSV(B) 262.07º 0.56% 0.61% -
XYZ 13.24 9.21 32.09 -
YUV 87.49 166.1 136.93 -
System Red Green Blue C M Y K H S L
Decimal 100 68 155 0.35 0.56 0 0.39 262.07 0.39 0.44
Hex 64 44 9B 23 38 0 27 106 27 2C
Octal 144 104 233 43 70 0 47 406 47 54
Binary 1100100 1000100 10011011 100011 111000 0 100111 100000110 100111 101100

Color Harmonies of #64449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64449B

Black with #64449B

Text Example


Text Example

White with #64449B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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