#612B95

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

Shades of Daisy Bush #612B95

Tints of Daisy Bush #612B95

Color information

#612B95 (or 0x612B95) is unknown color: approx Daisy Bush. HEX triplet: 61, 2B and 95. RGB value is (97,43,149). Sum of RGB (Red+Green+Blue) = 97+43+149=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #612B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612B95 is #9ED46A. Grayscale: #464646. Windows color (decimal): -10409067 or 9775969. OLE color: 9775969.

HSL color Cylindrical-coordinate representation of color #612B95: hue angle of 270.57º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #612B95 is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB9743149-
CMYK0.350.7100.42
HSL270.57º55.21%37.65%-
HSV(B)270.57º71.14%58.43%-
XYZ11.226.4429.09-
YUV71.23171.89146.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 43 (17.19% from 255) = 14.88%
BLUE value IS 149 (58.59% from 255) = 51.56%
R=33.56%
G=14.88%
B=51.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal97431490.350.7100.42270.5755.2137.65
Hex612B95234702A10f3726
Octal14153225431070524176746
Binary11000011010111001010110001110001110101010100001111110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612B95; }

 p { color: rgb(97,43,149); }

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

<style>
 a { background-color: #612B95; }

 a { background-color: rgb(97,43,149); }

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

<style>
 span { border-color: #612B95; }

 span { border-color: rgb(97,43,149); }

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