Html Css Color HEX #612979 Honey Flower

📋 copy color: '#612979'

red 97 ◦ green 41 ◦ blue 121

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

Shades of Honey Flower #612979

Tints of Honey Flower #612979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.83%

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

R = 37.45%
G = 15.83%
B = 46.72%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#612979 (or 0x612979) is known color: Honey Flower. HEX triplet: 61, 29 and 79. RGB value is (97,41,121). Sum of RGB (Red+Green+Blue) = 97+41+121=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 121 (47.66% from 255 or 46.72% from 259); Max value from RGB is 121 - color contains mainly: blue. Hex color #612979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612979 is #9ED686. Grayscale: #424242. Windows color (decimal): -10409607 or 7940449. OLE color: 7940449.

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

Color convert

RGB 97 41 121 -
CMYK 0.20 0.66 0 0.53
HSL 282º 0.49% 0.32% -
HSV(B) 282º 0.66% 0.47% -
XYZ 9.17 5.51 18.67 -
YUV 66.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 97 41 121 0.20 0.66 0 0.53 282 0.49 0.32
Hex 61 29 79 14 42 0 35 11A 31 20
Octal 141 51 171 24 102 0 65 432 61 40
Binary 1100001 101001 1111001 10100 1000010 0 110101 100011010 110001 100000

Color Harmonies of #612979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612979

Black with #612979

Text Example


Text Example

White with #612979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #612979; }

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

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

background-color css

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

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

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

border-color css

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

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

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