#61418E

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

Shades of Daisy Bush #61418E

Tints of Daisy Bush #61418E

Color information

#61418E (or 0x61418E) is unknown color: approx Daisy Bush. HEX triplet: 61, 41 and 8E. RGB value is (97,65,142). Sum of RGB (Red+Green+Blue) = 97+65+142=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 142 (55.86% from 255 or 46.71% from 304); Max value from RGB is 142 - color contains mainly: blue. Hex color #61418E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61418E is #9EBE71. Grayscale: #535353. Windows color (decimal): -10403442 or 9322849. OLE color: 9322849.

HSL color Cylindrical-coordinate representation of color #61418E: hue angle of 264.94º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61418E is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9765142-
CMYK0.320.5400.44
HSL264.94º37.2%40.59%-
HSV(B)264.94º54.23%55.69%-
XYZ11.78.2726.57-
YUV83.35161.1137.74-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 65 (25.78% from 255) = 21.38%
BLUE value IS 142 (55.86% from 255) = 46.71%
R=31.91%
G=21.38%
B=46.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal97651420.320.5400.44264.9437.240.59
Hex61418E203602C1092529
Octal14110121640660544114551
Binary11000011000001100011101000001101100101100100001001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61418E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,65,142); }

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

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

 a { background-color: rgb(97,65,142); }

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

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

 span { border-color: rgb(97,65,142); }

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