Html Css Color HEX #613A76 Honey Flower

📋 copy color: '#613A76'

red 97 ◦ green 58 ◦ blue 118

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

Shades of Honey Flower #613A76

Tints of Honey Flower #613A76

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.25%

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

R = 35.53%
G = 21.25%
B = 43.22%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#613A76 (or 0x613A76) is known color: Honey Flower. HEX triplet: 61, 3A and 76. RGB value is (97,58,118). Sum of RGB (Red+Green+Blue) = 97+58+118=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 118 (46.48% from 255 or 43.22% from 273); Max value from RGB is 118 - color contains mainly: blue. Hex color #613A76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A76 is #9EC589. Grayscale: #4C4C4C. Windows color (decimal): -10405258 or 7748193. OLE color: 7748193.

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

Color convert

RGB 97 58 118 -
CMYK 0.18 0.51 0 0.54
HSL 279º 0.34% 0.35% -
HSV(B) 279º 0.51% 0.46% -
XYZ 9.71 6.88 17.95 -
YUV 76.5 151.42 142.62 -
System Red Green Blue C M Y K H S L
Decimal 97 58 118 0.18 0.51 0 0.54 279 0.34 0.35
Hex 61 3A 76 12 33 0 36 117 22 23
Octal 141 72 166 22 63 0 66 427 42 43
Binary 1100001 111010 1110110 10010 110011 0 110110 100010111 100010 100011

Color Harmonies of #613A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A76

Black with #613A76

Text Example


Text Example

White with #613A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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