Html Css Color HEX #613273 Honey Flower

📋 copy color: '#613273'

red 97 ◦ green 50 ◦ blue 115

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

Shades of Honey Flower #613273

Tints of Honey Flower #613273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 37.02%
G = 19.08%
B = 43.89%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#613273 (or 0x613273) is known color: Honey Flower. HEX triplet: 61, 32 and 73. RGB value is (97,50,115). Sum of RGB (Red+Green+Blue) = 97+50+115=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #613273 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613273 is #9ECD8C. Grayscale: #474747. Windows color (decimal): -10407309 or 7549537. OLE color: 7549537.

HSL color Cylindrical-coordinate representation of color #613273: hue angle of 283.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #613273 is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 50 115 -
CMYK 0.16 0.57 0 0.55
HSL 283.38º 0.39% 0.32% -
HSV(B) 283.38º 0.57% 0.45% -
XYZ 9.16 6.06 16.91 -
YUV 71.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 97 50 115 0.16 0.57 0 0.55 283.38 0.39 0.32
Hex 61 32 73 10 39 0 37 11B 27 20
Octal 141 62 163 20 71 0 67 433 47 40
Binary 1100001 110010 1110011 10000 111001 0 110111 100011011 100111 100000

Color Harmonies of #613273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613273

Black with #613273

Text Example


Text Example

White with #613273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613273; }

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

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

background-color css

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

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

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

border-color css

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

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

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