#60318B

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

Shades of Kingfisher Daisy #60318B

Tints of Kingfisher Daisy #60318B

Color information

#60318B (or 0x60318B) is unknown color: approx Kingfisher Daisy. HEX triplet: 60, 31 and 8B. RGB value is (96,49,139). Sum of RGB (Red+Green+Blue) = 96+49+139=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #60318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #60318B is #9FCE74. Grayscale: #494949. Windows color (decimal): -10473077 or 9122144. OLE color: 9122144.

HSL color Cylindrical-coordinate representation of color #60318B: hue angle of 271.33º 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 #60318B is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9649139-
CMYK0.310.6500.45
HSL271.33º47.87%36.86%-
HSV(B)271.33º64.75%54.51%-
XYZ10.586.5525.13-
YUV73.31165.07144.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.80%
GREEN value IS 49 (19.53% from 255) = 17.25%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=33.80%
G=17.25%
B=48.94%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal96491390.310.6500.45271.3347.8736.86
Hex60318B1F4102D10f3025
Octal14061213371010554176045
Binary1100000110001100010111111110000010101101100001111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60318B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60318B; }

 p { color: rgb(96,49,139); }

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

<style>
 a { background-color: #60318B; }

 a { background-color: rgb(96,49,139); }

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

<style>
 span { border-color: #60318B; }

 span { border-color: rgb(96,49,139); }

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