Html Css Color HEX #613170 Honey Flower

📋 copy color: '#613170'

red 97 ◦ green 49 ◦ blue 112

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

Shades of Honey Flower #613170

Tints of Honey Flower #613170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 37.6%
G = 18.99%
B = 43.41%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#613170 (or 0x613170) is known color: Honey Flower. HEX triplet: 61, 31 and 70. RGB value is (97,49,112). Sum of RGB (Red+Green+Blue) = 97+49+112=258 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.60% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #613170 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613170 is #9ECE8F. Grayscale: #464646. Windows color (decimal): -10407568 or 7352673. OLE color: 7352673.

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

Color convert

RGB 97 49 112 -
CMYK 0.13 0.56 0 0.56
HSL 285.71º 0.39% 0.32% -
HSV(B) 285.71º 0.56% 0.44% -
XYZ 8.95 5.91 16 -
YUV 70.53 151.4 146.88 -
System Red Green Blue C M Y K H S L
Decimal 97 49 112 0.13 0.56 0 0.56 285.71 0.39 0.32
Hex 61 31 70 D 38 0 38 11E 27 20
Octal 141 61 160 15 70 0 70 436 47 40
Binary 1100001 110001 1110000 1101 111000 0 111000 100011110 100111 100000

Color Harmonies of #613170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613170

Black with #613170

Text Example


Text Example

White with #613170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613170; }

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

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

background-color css

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

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

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

border-color css

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

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

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