Html Css Color HEX #613073 Honey Flower

📋 copy color: '#613073'

red 97 ◦ green 48 ◦ blue 115

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

Shades of Honey Flower #613073

Tints of Honey Flower #613073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

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

R = 37.31%
G = 18.46%
B = 44.23%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#613073 (or 0x613073) is known color: Honey Flower. HEX triplet: 61, 30 and 73. RGB value is (97,48,115). Sum of RGB (Red+Green+Blue) = 97+48+115=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #613073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613073 is #9ECF8C. Grayscale: #464646. Windows color (decimal): -10407821 or 7549025. OLE color: 7549025.

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

Color convert

RGB 97 48 115 -
CMYK 0.16 0.58 0 0.55
HSL 283.88º 0.41% 0.32% -
HSV(B) 283.88º 0.58% 0.45% -
XYZ 9.08 5.89 16.88 -
YUV 70.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 97 48 115 0.16 0.58 0 0.55 283.88 0.41 0.32
Hex 61 30 73 10 3A 0 37 11C 29 20
Octal 141 60 163 20 72 0 67 434 51 40
Binary 1100001 110000 1110011 10000 111010 0 110111 100011100 101001 100000

Color Harmonies of #613073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613073

Black with #613073

Text Example


Text Example

White with #613073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613073; }

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

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

background-color css

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

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

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

border-color css

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

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

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