Html Css Color HEX #613171 Honey Flower

📋 copy color: '#613171'

red 97 ◦ green 49 ◦ blue 113

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

Shades of Honey Flower #613171

Tints of Honey Flower #613171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 37.45%
G = 18.92%
B = 43.63%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#613171 (or 0x613171) is known color: Honey Flower. HEX triplet: 61, 31 and 71. RGB value is (97,49,113). Sum of RGB (Red+Green+Blue) = 97+49+113=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #613171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613171 is #9ECE8E. Grayscale: #464646. Windows color (decimal): -10407567 or 7418209. OLE color: 7418209.

HSL color Cylindrical-coordinate representation of color #613171: hue angle of 285º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613171 is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 49 113 -
CMYK 0.14 0.57 0 0.56
HSL 285º 0.4% 0.32% -
HSV(B) 285º 0.57% 0.44% -
XYZ 9.01 5.93 16.29 -
YUV 70.65 151.9 146.8 -
System Red Green Blue C M Y K H S L
Decimal 97 49 113 0.14 0.57 0 0.56 285 0.4 0.32
Hex 61 31 71 E 39 0 38 11D 28 20
Octal 141 61 161 16 71 0 70 435 50 40
Binary 1100001 110001 1110001 1110 111001 0 111000 100011101 101000 100000

Color Harmonies of #613171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613171

Black with #613171

Text Example


Text Example

White with #613171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613171; }

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

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

background-color css

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

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

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

border-color css

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

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

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