Html Css Color HEX #613377 Honey Flower

📋 copy color: '#613377'

red 97 ◦ green 51 ◦ blue 119

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

Shades of Honey Flower #613377

Tints of Honey Flower #613377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.1%

 BLUE value IS 119 (46.88% from 255) = 44.57%

R = 36.33%
G = 19.1%
B = 44.57%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#613377 (or 0x613377) is known color: Honey Flower. HEX triplet: 61, 33 and 77. RGB value is (97,51,119). Sum of RGB (Red+Green+Blue) = 97+51+119=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #613377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613377 is #9ECC88. Grayscale: #484848. Windows color (decimal): -10407049 or 7811937. OLE color: 7811937.

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

Color convert

RGB 97 51 119 -
CMYK 0.18 0.57 0 0.53
HSL 280.59º 0.4% 0.33% -
HSV(B) 280.59º 0.57% 0.47% -
XYZ 9.44 6.24 18.16 -
YUV 72.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 97 51 119 0.18 0.57 0 0.53 280.59 0.4 0.33
Hex 61 33 77 12 39 0 35 119 28 21
Octal 141 63 167 22 71 0 65 431 50 41
Binary 1100001 110011 1110111 10010 111001 0 110101 100011001 101000 100001

Color Harmonies of #613377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613377

Black with #613377

Text Example


Text Example

White with #613377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613377; }

 p { color: rgb(97,51,119); }

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

background-color css

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

 a { background-color: rgb(97,51,119); }

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

border-color css

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

 span { border-color: rgb(97,51,119); }

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