Html Css Color HEX #612C79 Honey Flower

📋 copy color: '#612C79'

red 97 ◦ green 44 ◦ blue 121

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

Shades of Honey Flower #612C79

Tints of Honey Flower #612C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 37.02%
G = 16.79%
B = 46.18%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#612C79 (or 0x612C79) is known color: Honey Flower. HEX triplet: 61, 2C and 79. RGB value is (97,44,121). Sum of RGB (Red+Green+Blue) = 97+44+121=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #612C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612C79 is #9ED386. Grayscale: #444444. Windows color (decimal): -10408839 or 7941217. OLE color: 7941217.

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

Color convert

RGB 97 44 121 -
CMYK 0.20 0.64 0 0.53
HSL 281.3º 0.47% 0.32% -
HSV(B) 281.3º 0.64% 0.47% -
XYZ 9.28 5.72 18.7 -
YUV 68.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 97 44 121 0.20 0.64 0 0.53 281.3 0.47 0.32
Hex 61 2C 79 14 40 0 35 119 2F 20
Octal 141 54 171 24 100 0 65 431 57 40
Binary 1100001 101100 1111001 10100 1000000 0 110101 100011001 101111 100000

Color Harmonies of #612C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612C79

Black with #612C79

Text Example


Text Example

White with #612C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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