Html Css Color HEX #613479 Honey Flower

📋 copy color: '#613479'

red 97 ◦ green 52 ◦ blue 121

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

Shades of Honey Flower #613479

Tints of Honey Flower #613479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.26%

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

R = 35.93%
G = 19.26%
B = 44.81%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#613479 (or 0x613479) is known color: Honey Flower. HEX triplet: 61, 34 and 79. RGB value is (97,52,121). Sum of RGB (Red+Green+Blue) = 97+52+121=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #613479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613479 is #9ECB86. Grayscale: #494949. Windows color (decimal): -10406791 or 7943265. OLE color: 7943265.

HSL color Cylindrical-coordinate representation of color #613479: hue angle of 279.13º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613479 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 52 121 -
CMYK 0.20 0.57 0 0.53
HSL 279.13º 0.4% 0.34% -
HSV(B) 279.13º 0.57% 0.47% -
XYZ 9.61 6.38 18.81 -
YUV 73.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 97 52 121 0.20 0.57 0 0.53 279.13 0.4 0.34
Hex 61 34 79 14 39 0 35 117 28 22
Octal 141 64 171 24 71 0 65 427 50 42
Binary 1100001 110100 1111001 10100 111001 0 110101 100010111 101000 100010

Color Harmonies of #613479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613479

Black with #613479

Text Example


Text Example

White with #613479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613479; }

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

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

background-color css

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

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

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

border-color css

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

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

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