Html Css Color HEX #613179 Honey Flower

📋 copy color: '#613179'

red 97 ◦ green 49 ◦ blue 121

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

Shades of Honey Flower #613179

Tints of Honey Flower #613179

RGB

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

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

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

R = 36.33%
G = 18.35%
B = 45.32%

CMYK

 C value IS 0.20

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#613179 (or 0x613179) is known color: Honey Flower. HEX triplet: 61, 31 and 79. RGB value is (97,49,121). Sum of RGB (Red+Green+Blue) = 97+49+121=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #613179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613179 is #9ECE86. Grayscale: #474747. Windows color (decimal): -10407559 or 7942497. OLE color: 7942497.

HSL color Cylindrical-coordinate representation of color #613179: hue angle of 280º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #613179 is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 49 121 -
CMYK 0.20 0.60 0 0.53
HSL 280º 0.42% 0.33% -
HSV(B) 280º 0.6% 0.47% -
XYZ 9.48 6.12 18.77 -
YUV 71.56 155.9 146.15 -
System Red Green Blue C M Y K H S L
Decimal 97 49 121 0.20 0.60 0 0.53 280 0.42 0.33
Hex 61 31 79 14 3C 0 35 118 2A 21
Octal 141 61 171 24 74 0 65 430 52 41
Binary 1100001 110001 1111001 10100 111100 0 110101 100011000 101010 100001

Color Harmonies of #613179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613179

Black with #613179

Text Example


Text Example

White with #613179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613179; }

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

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

background-color css

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

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

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

border-color css

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

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

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