Html Css Color HEX #612D77 Honey Flower

📋 copy color: '#612D77'

red 97 ◦ green 45 ◦ blue 119

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

Shades of Honey Flower #612D77

Tints of Honey Flower #612D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.24%

 BLUE value IS 119 (46.88% from 255) = 45.59%

R = 37.16%
G = 17.24%
B = 45.59%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#612D77 (or 0x612D77) is known color: Honey Flower. HEX triplet: 61, 2D and 77. RGB value is (97,45,119). Sum of RGB (Red+Green+Blue) = 97+45+119=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #612D77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612D77 is #9ED288. Grayscale: #444444. Windows color (decimal): -10408585 or 7810401. OLE color: 7810401.

HSL color Cylindrical-coordinate representation of color #612D77: hue angle of 282.16º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #612D77 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 45 119 -
CMYK 0.18 0.62 0 0.53
HSL 282.16º 0.45% 0.32% -
HSV(B) 282.16º 0.62% 0.47% -
XYZ 9.2 5.75 18.08 -
YUV 68.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 97 45 119 0.18 0.62 0 0.53 282.16 0.45 0.32
Hex 61 2D 77 12 3E 0 35 11A 2D 20
Octal 141 55 167 22 76 0 65 432 55 40
Binary 1100001 101101 1110111 10010 111110 0 110101 100011010 101101 100000

Color Harmonies of #612D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612D77

Black with #612D77

Text Example


Text Example

White with #612D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,45,119); }

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

background-color css

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

 a { background-color: rgb(97,45,119); }

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

border-color css

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

 span { border-color: rgb(97,45,119); }

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