#64249b

Color #64249B Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #64249B

Tints of Royal Purple #64249B

Color information

#64249B (or 0x64249B) is unknown color: approx Royal Purple. HEX triplet: 64, 24 and 9B. RGB value is (100,36,155). Sum of RGB (Red+Green+Blue) = 100+36+155=291 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.36% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #64249B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64249B is #9BDB64. Grayscale: #444444. Windows color (decimal): -10214245 or 10167396. OLE color: 10167396.

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

Color convert

RGB10036155-
CMYK0.350.7700.39
HSL272.27º62.3%37.45%-
HSV(B)272.27º76.77%60.78%-
XYZ11.86.3431.61-
YUV68.7176.7150.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.36%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 155 (60.94% from 255) = 53.26%
R=34.36%
G=12.37%
B=53.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100361550.350.7700.39272.2762.337.45
Hex64249B234D0271103e25
Octal14444233431150474207645
Binary11001001001001001101110001110011010100111100010000111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64249b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64249b; }

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

 H1.HeaderClassName
 {
   color: #64249b;
 }
 .AnyTagClassName
 {
   color: #64249b;
 }
</style>
background-color css

<style>
 a { background-color: #64249b; }

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

 div.DivClassName
 {
   background-color: #64249b;
 }
 .BgClassName
 {
   background-color: #64249b;
 }
</style>
border-color css

<style>
 span { border-color: #64249b; }

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

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