Html Css Color HEX #612B76 Honey Flower

📋 copy color: '#612B76'

red 97 ◦ green 43 ◦ blue 118

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

Shades of Honey Flower #612B76

Tints of Honey Flower #612B76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 45.74%

R = 37.6%
G = 16.67%
B = 45.74%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#612B76 (or 0x612B76) is known color: Honey Flower. HEX triplet: 61, 2B and 76. RGB value is (97,43,118). Sum of RGB (Red+Green+Blue) = 97+43+118=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #612B76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612B76 is #9ED489. Grayscale: #434343. Windows color (decimal): -10409098 or 7744353. OLE color: 7744353.

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

Color convert

RGB 97 43 118 -
CMYK 0.18 0.64 0 0.54
HSL 283.2º 0.47% 0.32% -
HSV(B) 283.2º 0.64% 0.46% -
XYZ 9.06 5.58 17.74 -
YUV 67.7 156.39 148.9 -
System Red Green Blue C M Y K H S L
Decimal 97 43 118 0.18 0.64 0 0.54 283.2 0.47 0.32
Hex 61 2B 76 12 40 0 36 11B 2F 20
Octal 141 53 166 22 100 0 66 433 57 40
Binary 1100001 101011 1110110 10010 1000000 0 110110 100011011 101111 100000

Color Harmonies of #612B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #612B76

Black with #612B76

Text Example


Text Example

White with #612B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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