Html Css Color HEX #613279 Honey Flower

📋 copy color: '#613279'

red 97 ◦ green 50 ◦ blue 121

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

Shades of Honey Flower #613279

Tints of Honey Flower #613279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.15%

R = 36.19%
G = 18.66%
B = 45.15%

CMYK

 C value IS 0.20

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#613279 (or 0x613279) is known color: Honey Flower. HEX triplet: 61, 32 and 79. RGB value is (97,50,121). Sum of RGB (Red+Green+Blue) = 97+50+121=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #613279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613279 is #9ECD86. Grayscale: #474747. Windows color (decimal): -10407303 or 7942753. OLE color: 7942753.

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

Color convert

RGB 97 50 121 -
CMYK 0.20 0.59 0 0.53
HSL 279.72º 0.42% 0.34% -
HSV(B) 279.72º 0.59% 0.47% -
XYZ 9.52 6.2 18.78 -
YUV 72.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 97 50 121 0.20 0.59 0 0.53 279.72 0.42 0.34
Hex 61 32 79 14 3B 0 35 118 2A 22
Octal 141 62 171 24 73 0 65 430 52 42
Binary 1100001 110010 1111001 10100 111011 0 110101 100011000 101010 100010

Color Harmonies of #613279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613279

Black with #613279

Text Example


Text Example

White with #613279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613279; }

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

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

background-color css

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

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

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

border-color css

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

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

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