Html Css Color HEX #612C96 Daisy Bush

📋 copy color: '#612C96'

red 97 ◦ green 44 ◦ blue 150

#612C96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Daisy Bush #612C96

Tints of Daisy Bush #612C96

RGB

 RED value IS 97 (38.28% from 255) = 33.33%

 GREEN value IS 44 (17.58% from 255) = 15.12%

 BLUE value IS 150 (58.98% from 255) = 51.55%

R = 33.33%
G = 15.12%
B = 51.55%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#612C96 (or 0x612C96) is known color: Daisy Bush. HEX triplet: 61, 2C and 96. RGB value is (97,44,150). Sum of RGB (Red+Green+Blue) = 97+44+150=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 150 (58.98% from 255 or 51.55% from 291); Max value from RGB is 150 - color contains mainly: blue. Hex color #612C96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #612C96 is #9ED369. Grayscale: #474747. Windows color (decimal): -10408810 or 9841761. OLE color: 9841761.

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

Color convert

RGB 97 44 150 -
CMYK 0.35 0.71 0 0.41
HSL 270º 0.55% 0.38% -
HSV(B) 270º 0.71% 0.59% -
XYZ 11.34 6.54 29.52 -
YUV 71.93 172.06 145.88 -
System Red Green Blue C M Y K H S L
Decimal 97 44 150 0.35 0.71 0 0.41 270 0.55 0.38
Hex 61 2C 96 23 47 0 29 10E 37 26
Octal 141 54 226 43 107 0 51 416 67 46
Binary 1100001 101100 10010110 100011 1000111 0 101001 100001110 110111 100110

Color Harmonies of #612C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C96

Black with #612C96

Text Example


Text Example

White with #612C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,44,150); }

 H1.HeaderClassName
 {
   color: #612C96;
 }
 .AnyTagClassName
 {
   color: #612C96;
 }
</style>

background-color css

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

 a { background-color: rgb(97,44,150); }

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

border-color css

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

 span { border-color: rgb(97,44,150); }

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