Html Css Color HEX #613A78 Honey Flower

📋 copy color: '#613A78'

red 97 ◦ green 58 ◦ blue 120

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

Shades of Honey Flower #613A78

Tints of Honey Flower #613A78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.64%

R = 35.27%
G = 21.09%
B = 43.64%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#613A78 (or 0x613A78) is known color: Honey Flower. HEX triplet: 61, 3A and 78. RGB value is (97,58,120). Sum of RGB (Red+Green+Blue) = 97+58+120=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 120 - color contains mainly: blue. Hex color #613A78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613A78 is #9EC587. Grayscale: #4C4C4C. Windows color (decimal): -10405256 or 7879265. OLE color: 7879265.

HSL color Cylindrical-coordinate representation of color #613A78: hue angle of 277.74º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #613A78 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 58 120 -
CMYK 0.19 0.52 0 0.53
HSL 277.74º 0.35% 0.35% -
HSV(B) 277.74º 0.52% 0.47% -
XYZ 9.83 6.92 18.59 -
YUV 76.73 152.42 142.46 -
System Red Green Blue C M Y K H S L
Decimal 97 58 120 0.19 0.52 0 0.53 277.74 0.35 0.35
Hex 61 3A 78 13 34 0 35 116 23 23
Octal 141 72 170 23 64 0 65 426 43 43
Binary 1100001 111010 1111000 10011 110100 0 110101 100010110 100011 100011

Color Harmonies of #613A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A78

Black with #613A78

Text Example


Text Example

White with #613A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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