#63218D

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

Shades of Kingfisher Daisy #63218D

Tints of Kingfisher Daisy #63218D

Color information

#63218D (or 0x63218D) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 21 and 8D. RGB value is (99,33,141). Sum of RGB (Red+Green+Blue) = 99+33+141=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 33 (13.28% from 255 or 12.09% from 273); Blue value is 141 (55.47% from 255 or 51.65% from 273); Max value from RGB is 141 - color contains mainly: blue. Hex color #63218D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63218D is #9CDE72. Grayscale: #404040. Windows color (decimal): -10280563 or 9249123. OLE color: 9249123.

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

Color convert

RGB9933141-
CMYK0.300.7700.45
HSL276.67º62.07%34.12%-
HSV(B)276.67º76.6%55.29%-
XYZ10.55.6625.74-
YUV65.05170.87152.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 33 (13.28% from 255) = 12.09%
BLUE value IS 141 (55.47% from 255) = 51.65%
R=36.26%
G=12.09%
B=51.65%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99331410.300.7700.45276.6762.0734.12
Hex63218D1E4D02D1153e22
Octal14341215361150554257642
Binary1100011100001100011011111010011010101101100010101111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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