Html Css Color HEX #613177 Honey Flower

📋 copy color: '#613177'

red 97 ◦ green 49 ◦ blue 119

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

Shades of Honey Flower #613177

Tints of Honey Flower #613177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.91%

R = 36.6%
G = 18.49%
B = 44.91%

CMYK

 C value IS 0.18

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#613177 (or 0x613177) is known color: Honey Flower. HEX triplet: 61, 31 and 77. RGB value is (97,49,119). Sum of RGB (Red+Green+Blue) = 97+49+119=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 119 (46.88% from 255 or 44.91% from 265); Max value from RGB is 119 - color contains mainly: blue. Hex color #613177 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613177 is #9ECE88. Grayscale: #474747. Windows color (decimal): -10407561 or 7811425. OLE color: 7811425.

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

Color convert

RGB 97 49 119 -
CMYK 0.18 0.59 0 0.53
HSL 281.14º 0.42% 0.33% -
HSV(B) 281.14º 0.59% 0.47% -
XYZ 9.36 6.07 18.13 -
YUV 71.33 154.9 146.31 -
System Red Green Blue C M Y K H S L
Decimal 97 49 119 0.18 0.59 0 0.53 281.14 0.42 0.33
Hex 61 31 77 12 3B 0 35 119 2A 21
Octal 141 61 167 22 73 0 65 431 52 41
Binary 1100001 110001 1110111 10010 111011 0 110101 100011001 101010 100001

Color Harmonies of #613177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613177

Black with #613177

Text Example


Text Example

White with #613177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613177; }

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

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

background-color css

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

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

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

border-color css

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

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

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