Html Css Color HEX #612C76 Honey Flower

📋 copy color: '#612C76'

red 97 ◦ green 44 ◦ blue 118

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

Shades of Honey Flower #612C76

Tints of Honey Flower #612C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.56%

R = 37.45%
G = 16.99%
B = 45.56%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#612C76 (or 0x612C76) is known color: Honey Flower. HEX triplet: 61, 2C and 76. RGB value is (97,44,118). Sum of RGB (Red+Green+Blue) = 97+44+118=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: blue. Hex color #612C76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C76 is #9ED389. Grayscale: #444444. Windows color (decimal): -10408842 or 7744609. OLE color: 7744609.

HSL color Cylindrical-coordinate representation of color #612C76: hue angle of 282.97º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #612C76 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 44 118 -
CMYK 0.18 0.63 0 0.54
HSL 282.97º 0.46% 0.32% -
HSV(B) 282.97º 0.63% 0.46% -
XYZ 9.1 5.65 17.75 -
YUV 68.28 156.06 148.48 -
System Red Green Blue C M Y K H S L
Decimal 97 44 118 0.18 0.63 0 0.54 282.97 0.46 0.32
Hex 61 2C 76 12 3F 0 36 11B 2E 20
Octal 141 54 166 22 77 0 66 433 56 40
Binary 1100001 101100 1110110 10010 111111 0 110110 100011011 101110 100000

Color Harmonies of #612C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C76

Black with #612C76

Text Example


Text Example

White with #612C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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