Html Css Color HEX #613570 Honey Flower

📋 copy color: '#613570'

red 97 ◦ green 53 ◦ blue 112

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

Shades of Honey Flower #613570

Tints of Honey Flower #613570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.23%

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

R = 37.02%
G = 20.23%
B = 42.75%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#613570 (or 0x613570) is known color: Honey Flower. HEX triplet: 61, 35 and 70. RGB value is (97,53,112). Sum of RGB (Red+Green+Blue) = 97+53+112=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #613570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613570 is #9ECA8F. Grayscale: #484848. Windows color (decimal): -10406544 or 7353697. OLE color: 7353697.

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

Color convert

RGB 97 53 112 -
CMYK 0.13 0.53 0 0.56
HSL 284.75º 0.36% 0.32% -
HSV(B) 284.75º 0.53% 0.44% -
XYZ 9.13 6.26 16.06 -
YUV 72.88 150.08 145.2 -
System Red Green Blue C M Y K H S L
Decimal 97 53 112 0.13 0.53 0 0.56 284.75 0.36 0.32
Hex 61 35 70 D 35 0 38 11D 24 20
Octal 141 65 160 15 65 0 70 435 44 40
Binary 1100001 110101 1110000 1101 110101 0 111000 100011101 100100 100000

Color Harmonies of #613570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613570

Black with #613570

Text Example


Text Example

White with #613570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613570; }

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

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

background-color css

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

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

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

border-color css

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

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

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