#63318D

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

Shades of Kingfisher Daisy #63318D

Tints of Kingfisher Daisy #63318D

Color information

#63318D (or 0x63318D) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 31 and 8D. RGB value is (99,49,141). Sum of RGB (Red+Green+Blue) = 99+49+141=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #63318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63318D is #9CCE72. Grayscale: #4A4A4A. Windows color (decimal): -10276467 or 9253219. OLE color: 9253219.

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

Color convert

RGB9949141-
CMYK0.300.6500.45
HSL272.61º48.42%37.25%-
HSV(B)272.61º65.25%55.29%-
XYZ11.056.7725.92-
YUV74.44165.56145.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 141 (55.47% from 255) = 48.79%
R=34.26%
G=16.96%
B=48.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99491410.300.6500.45272.6148.4237.25
Hex63318D1E4102D1113025
Octal14361215361010554216045
Binary1100011110001100011011111010000010101101100010001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63318D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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