#64218C

Color #64218C Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #64218C

Tints of Kingfisher Daisy #64218C

Color information

#64218C (or 0x64218C) is unknown color: approx Kingfisher Daisy. HEX triplet: 64, 21 and 8C. RGB value is (100,33,140). Sum of RGB (Red+Green+Blue) = 100+33+140=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 140 (55.08% from 255 or 51.28% from 273); Max value from RGB is 140 - color contains mainly: blue. Hex color #64218C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64218C is #9BDE73. Grayscale: #404040. Windows color (decimal): -10215028 or 9183588. OLE color: 9183588.

HSL color Cylindrical-coordinate representation of color #64218C: hue angle of 277.57º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #64218C is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10033140-
CMYK0.290.7600.45
HSL277.57º61.85%33.92%-
HSV(B)277.57º76.43%54.9%-
XYZ10.535.6925.35-
YUV65.23170.2152.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 36.63%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 140 (55.08% from 255) = 51.28%
R=36.63%
G=12.09%
B=51.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100331400.290.7600.45277.5761.8533.92
Hex64218C1D4C02D1163e22
Octal14441214351140554267642
Binary1100100100001100011001110110011000101101100010110111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64218C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,33,140); }

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

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

 a { background-color: rgb(100,33,140); }

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

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

 span { border-color: rgb(100,33,140); }

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