Html Css Color HEX #613176 Honey Flower

📋 copy color: '#613176'

red 97 ◦ green 49 ◦ blue 118

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

Shades of Honey Flower #613176

Tints of Honey Flower #613176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

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

R = 36.74%
G = 18.56%
B = 44.7%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#613176 (or 0x613176) is known color: Honey Flower. HEX triplet: 61, 31 and 76. RGB value is (97,49,118). Sum of RGB (Red+Green+Blue) = 97+49+118=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 118 (46.48% from 255 or 44.70% from 264); Max value from RGB is 118 - color contains mainly: blue. Hex color #613176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613176 is #9ECE89. Grayscale: #464646. Windows color (decimal): -10407562 or 7745889. OLE color: 7745889.

HSL color Cylindrical-coordinate representation of color #613176: hue angle of 281.74º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613176 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 49 118 -
CMYK 0.18 0.58 0 0.54
HSL 281.74º 0.41% 0.33% -
HSV(B) 281.74º 0.58% 0.46% -
XYZ 9.3 6.05 17.82 -
YUV 71.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 97 49 118 0.18 0.58 0 0.54 281.74 0.41 0.33
Hex 61 31 76 12 3A 0 36 11A 29 21
Octal 141 61 166 22 72 0 66 432 51 41
Binary 1100001 110001 1110110 10010 111010 0 110110 100011010 101001 100001

Color Harmonies of #613176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613176

Black with #613176

Text Example


Text Example

White with #613176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613176; }

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

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

background-color css

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

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

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

border-color css

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

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

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