#64279C

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

Shades of Royal Purple #64279C

Tints of Royal Purple #64279C

Color information

#64279C (or 0x64279C) is unknown color: approx Royal Purple. HEX triplet: 64, 27 and 9C. RGB value is (100,39,156). Sum of RGB (Red+Green+Blue) = 100+39+156=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #64279C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64279C is #9BD863. Grayscale: #464646. Windows color (decimal): -10213476 or 10233700. OLE color: 10233700.

HSL color Cylindrical-coordinate representation of color #64279C: hue angle of 271.28º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64279C is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10039156-
CMYK0.360.7500.39
HSL271.28º60%38.24%-
HSV(B)271.28º75%61.18%-
XYZ11.986.5632.09-
YUV70.58176.21148.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=33.90%
G=13.22%
B=52.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100391560.360.7500.39271.286038.24
Hex64279C244B02710f3c26
Octal14447234441130474177446
Binary11001001001111001110010010010010110100111100001111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64279C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64279C; }

 p { color: rgb(100,39,156); }

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

<style>
 a { background-color: #64279C; }

 a { background-color: rgb(100,39,156); }

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

<style>
 span { border-color: #64279C; }

 span { border-color: rgb(100,39,156); }

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