#63218E

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

Shades of Kingfisher Daisy #63218E

Tints of Kingfisher Daisy #63218E

Color information

#63218E (or 0x63218E) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 21 and 8E. RGB value is (99,33,142). Sum of RGB (Red+Green+Blue) = 99+33+142=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #63218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63218E is #9CDE71. Grayscale: #404040. Windows color (decimal): -10280562 or 9314659. OLE color: 9314659.

HSL color Cylindrical-coordinate representation of color #63218E: hue angle of 276.33º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63218E is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9933142-
CMYK0.300.7700.44
HSL276.33º62.29%34.31%-
HSV(B)276.33º76.76%55.69%-
XYZ10.575.6926.13-
YUV65.16171.37152.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.13%
GREEN value IS 33 (13.28% from 255) = 12.04%
BLUE value IS 142 (55.86% from 255) = 51.82%
R=36.13%
G=12.04%
B=51.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99331420.300.7700.44276.3362.2934.31
Hex63218E1E4D02C1143e22
Octal14341216361150544247642
Binary1100011100001100011101111010011010101100100010100111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63218E; }

 p { color: rgb(99,33,142); }

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

<style>
 a { background-color: #63218E; }

 a { background-color: rgb(99,33,142); }

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

<style>
 span { border-color: #63218E; }

 span { border-color: rgb(99,33,142); }

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