Html Css Color HEX #613174 Honey Flower

📋 copy color: '#613174'

red 97 ◦ green 49 ◦ blue 116

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

Shades of Honey Flower #613174

Tints of Honey Flower #613174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 44.27%

R = 37.02%
G = 18.7%
B = 44.27%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#613174 (or 0x613174) is known color: Honey Flower. HEX triplet: 61, 31 and 74. RGB value is (97,49,116). Sum of RGB (Red+Green+Blue) = 97+49+116=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 116 - color contains mainly: blue. Hex color #613174 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613174 is #9ECE8B. Grayscale: #464646. Windows color (decimal): -10407564 or 7614817. OLE color: 7614817.

HSL color Cylindrical-coordinate representation of color #613174: hue angle of 282.99º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #613174 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 49 116 -
CMYK 0.16 0.58 0 0.55
HSL 282.99º 0.41% 0.32% -
HSV(B) 282.99º 0.58% 0.45% -
XYZ 9.18 6 17.2 -
YUV 70.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 97 49 116 0.16 0.58 0 0.55 282.99 0.41 0.32
Hex 61 31 74 10 3A 0 37 11B 29 20
Octal 141 61 164 20 72 0 67 433 51 40
Binary 1100001 110001 1110100 10000 111010 0 110111 100011011 101001 100000

Color Harmonies of #613174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613174

Black with #613174

Text Example


Text Example

White with #613174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613174; }

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

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

background-color css

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

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

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

border-color css

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

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

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