Html Css Color HEX #613276 Honey Flower

📋 copy color: '#613276'

red 97 ◦ green 50 ◦ blue 118

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

Shades of Honey Flower #613276

Tints of Honey Flower #613276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.87%

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

R = 36.6%
G = 18.87%
B = 44.53%

CMYK

 C value IS 0.18

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#613276 (or 0x613276) is known color: Honey Flower. HEX triplet: 61, 32 and 76. RGB value is (97,50,118). Sum of RGB (Red+Green+Blue) = 97+50+118=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 50 (19.92% from 255 or 18.87% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #613276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613276 is #9ECD89. Grayscale: #474747. Windows color (decimal): -10407306 or 7746145. OLE color: 7746145.

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

Color convert

RGB 97 50 118 -
CMYK 0.18 0.58 0 0.54
HSL 281.47º 0.4% 0.33% -
HSV(B) 281.47º 0.58% 0.46% -
XYZ 9.34 6.13 17.83 -
YUV 71.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 97 50 118 0.18 0.58 0 0.54 281.47 0.4 0.33
Hex 61 32 76 12 3A 0 36 119 28 21
Octal 141 62 166 22 72 0 66 431 50 41
Binary 1100001 110010 1110110 10010 111010 0 110110 100011001 101000 100001

Color Harmonies of #613276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613276

Black with #613276

Text Example


Text Example

White with #613276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613276; }

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

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

background-color css

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

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

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

border-color css

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

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

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