#62418A

Color #62418A Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #62418A

Tints of Daisy Bush #62418A

Color information

#62418A (or 0x62418A) is unknown color: approx Daisy Bush. HEX triplet: 62, 41 and 8A. RGB value is (98,65,138). Sum of RGB (Red+Green+Blue) = 98+65+138=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #62418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #62418A is #9DBE75. Grayscale: #525252. Windows color (decimal): -10337910 or 9060706. OLE color: 9060706.

HSL color Cylindrical-coordinate representation of color #62418A: hue angle of 267.12º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62418A is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9865138-
CMYK0.290.5300.46
HSL267.12º35.96%39.8%-
HSV(B)267.12º52.9%54.12%-
XYZ11.518.2125.02-
YUV83.19158.93138.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 32.56%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=32.56%
G=21.59%
B=45.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal98651380.290.5300.46267.1235.9639.8
Hex62418A1D3502E10b2428
Octal14210121235650564134450
Binary1100010100000110001010111011101010101110100001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62418A; }

 p { color: rgb(98,65,138); }

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

<style>
 a { background-color: #62418A; }

 a { background-color: rgb(98,65,138); }

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

<style>
 span { border-color: #62418A; }

 span { border-color: rgb(98,65,138); }

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