Html Css Color HEX #613976 Honey Flower

📋 copy color: '#613976'

red 97 ◦ green 57 ◦ blue 118

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

Shades of Honey Flower #613976

Tints of Honey Flower #613976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

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

R = 35.66%
G = 20.96%
B = 43.38%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#613976 (or 0x613976) is known color: Honey Flower. HEX triplet: 61, 39 and 76. RGB value is (97,57,118). Sum of RGB (Red+Green+Blue) = 97+57+118=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #613976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613976 is #9EC689. Grayscale: #4B4B4B. Windows color (decimal): -10405514 or 7747937. OLE color: 7747937.

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

Color convert

RGB 97 57 118 -
CMYK 0.18 0.52 0 0.54
HSL 279.34º 0.35% 0.34% -
HSV(B) 279.34º 0.52% 0.46% -
XYZ 9.66 6.78 17.94 -
YUV 75.91 151.75 143.04 -
System Red Green Blue C M Y K H S L
Decimal 97 57 118 0.18 0.52 0 0.54 279.34 0.35 0.34
Hex 61 39 76 12 34 0 36 117 23 22
Octal 141 71 166 22 64 0 66 427 43 42
Binary 1100001 111001 1110110 10010 110100 0 110110 100010111 100011 100010

Color Harmonies of #613976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613976

Black with #613976

Text Example


Text Example

White with #613976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613976; }

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

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

background-color css

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

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

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

border-color css

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

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

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