Html Css Color HEX #613476 Honey Flower

📋 copy color: '#613476'

red 97 ◦ green 52 ◦ blue 118

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

Shades of Honey Flower #613476

Tints of Honey Flower #613476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 44.19%

R = 36.33%
G = 19.48%
B = 44.19%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#613476 (or 0x613476) is known color: Honey Flower. HEX triplet: 61, 34 and 76. RGB value is (97,52,118). Sum of RGB (Red+Green+Blue) = 97+52+118=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #613476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613476 is #9ECB89. Grayscale: #484848. Windows color (decimal): -10406794 or 7746657. OLE color: 7746657.

HSL color Cylindrical-coordinate representation of color #613476: hue angle of 280.91º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #613476 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 52 118 -
CMYK 0.18 0.56 0 0.54
HSL 280.91º 0.39% 0.33% -
HSV(B) 280.91º 0.56% 0.46% -
XYZ 9.43 6.31 17.86 -
YUV 72.98 153.41 145.13 -
System Red Green Blue C M Y K H S L
Decimal 97 52 118 0.18 0.56 0 0.54 280.91 0.39 0.33
Hex 61 34 76 12 38 0 36 119 27 21
Octal 141 64 166 22 70 0 66 431 47 41
Binary 1100001 110100 1110110 10010 111000 0 110110 100011001 100111 100001

Color Harmonies of #613476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613476

Black with #613476

Text Example


Text Example

White with #613476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613476; }

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

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

background-color css

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

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

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

border-color css

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

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

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