Html Css Color HEX #613478 Honey Flower

📋 copy color: '#613478'

red 97 ◦ green 52 ◦ blue 120

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

Shades of Honey Flower #613478

Tints of Honey Flower #613478

RGB

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

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

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

R = 36.06%
G = 19.33%
B = 44.61%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#613478 (or 0x613478) is known color: Honey Flower. HEX triplet: 61, 34 and 78. RGB value is (97,52,120). Sum of RGB (Red+Green+Blue) = 97+52+120=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #613478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613478 is #9ECB87. Grayscale: #484848. Windows color (decimal): -10406792 or 7877729. OLE color: 7877729.

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

Color convert

RGB 97 52 120 -
CMYK 0.19 0.57 0 0.53
HSL 279.71º 0.4% 0.34% -
HSV(B) 279.71º 0.57% 0.47% -
XYZ 9.55 6.35 18.49 -
YUV 73.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 97 52 120 0.19 0.57 0 0.53 279.71 0.4 0.34
Hex 61 34 78 13 39 0 35 118 28 22
Octal 141 64 170 23 71 0 65 430 50 42
Binary 1100001 110100 1111000 10011 111001 0 110101 100011000 101000 100010

Color Harmonies of #613478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613478

Black with #613478

Text Example


Text Example

White with #613478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613478; }

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

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

background-color css

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

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

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

border-color css

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

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

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