Html Css Color HEX #612B79 Honey Flower

📋 copy color: '#612B79'

red 97 ◦ green 43 ◦ blue 121

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

Shades of Honey Flower #612B79

Tints of Honey Flower #612B79

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.48%

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

R = 37.16%
G = 16.48%
B = 46.36%

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

#612B79 (or 0x612B79) is known color: Honey Flower. HEX triplet: 61, 2B and 79. RGB value is (97,43,121). Sum of RGB (Red+Green+Blue) = 97+43+121=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #612B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B79 is #9ED486. Grayscale: #434343. Windows color (decimal): -10409095 or 7940961. OLE color: 7940961.

HSL color Cylindrical-coordinate representation of color #612B79: hue angle of 281.54º degrees, saturation: 0.48, 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 #612B79 is Cyan = 0.20, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 43 121 -
CMYK 0.20 0.64 0 0.53
HSL 281.54º 0.48% 0.32% -
HSV(B) 281.54º 0.64% 0.47% -
XYZ 9.24 5.65 18.69 -
YUV 68.04 157.89 148.66 -
System Red Green Blue C M Y K H S L
Decimal 97 43 121 0.20 0.64 0 0.53 281.54 0.48 0.32
Hex 61 2B 79 14 40 0 35 11A 30 20
Octal 141 53 171 24 100 0 65 432 60 40
Binary 1100001 101011 1111001 10100 1000000 0 110101 100011010 110000 100000

Color Harmonies of #612B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B79

Black with #612B79

Text Example


Text Example

White with #612B79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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