Html Css Color HEX #612C77 Honey Flower

📋 copy color: '#612C77'

red 97 ◦ green 44 ◦ blue 119

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

Shades of Honey Flower #612C77

Tints of Honey Flower #612C77

RGB

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

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

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

R = 37.31%
G = 16.92%
B = 45.77%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#612C77 (or 0x612C77) is known color: Honey Flower. HEX triplet: 61, 2C and 77. RGB value is (97,44,119). Sum of RGB (Red+Green+Blue) = 97+44+119=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 44 (17.58% from 255 or 16.92% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #612C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C77 is #9ED388. Grayscale: #444444. Windows color (decimal): -10408841 or 7810145. OLE color: 7810145.

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

Color convert

RGB 97 44 119 -
CMYK 0.18 0.63 0 0.53
HSL 282.4º 0.46% 0.32% -
HSV(B) 282.4º 0.63% 0.47% -
XYZ 9.16 5.67 18.07 -
YUV 68.4 156.56 148.4 -
System Red Green Blue C M Y K H S L
Decimal 97 44 119 0.18 0.63 0 0.53 282.4 0.46 0.32
Hex 61 2C 77 12 3F 0 35 11A 2E 20
Octal 141 54 167 22 77 0 65 432 56 40
Binary 1100001 101100 1110111 10010 111111 0 110101 100011010 101110 100000

Color Harmonies of #612C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C77

Black with #612C77

Text Example


Text Example

White with #612C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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