Html Css Color HEX #613374 Honey Flower

📋 copy color: '#613374'

red 97 ◦ green 51 ◦ blue 116

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

Shades of Honey Flower #613374

Tints of Honey Flower #613374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 43.94%

R = 36.74%
G = 19.32%
B = 43.94%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#613374 (or 0x613374) is known color: Honey Flower. HEX triplet: 61, 33 and 74. RGB value is (97,51,116). Sum of RGB (Red+Green+Blue) = 97+51+116=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #613374 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613374 is #9ECC8B. Grayscale: #474747. Windows color (decimal): -10407052 or 7615329. OLE color: 7615329.

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

Color convert

RGB 97 51 116 -
CMYK 0.16 0.56 0 0.55
HSL 282.46º 0.39% 0.33% -
HSV(B) 282.46º 0.56% 0.45% -
XYZ 9.27 6.17 17.23 -
YUV 72.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 97 51 116 0.16 0.56 0 0.55 282.46 0.39 0.33
Hex 61 33 74 10 38 0 37 11A 27 21
Octal 141 63 164 20 70 0 67 432 47 41
Binary 1100001 110011 1110100 10000 111000 0 110111 100011010 100111 100001

Color Harmonies of #613374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613374

Black with #613374

Text Example


Text Example

White with #613374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613374; }

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

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

background-color css

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

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

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

border-color css

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

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

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