Html Css Color HEX #613474 Honey Flower

📋 copy color: '#613474'

red 97 ◦ green 52 ◦ blue 116

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

Shades of Honey Flower #613474

Tints of Honey Flower #613474

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.62%

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

R = 36.6%
G = 19.62%
B = 43.77%

CMYK

 C value IS 0.16

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#613474 (or 0x613474) is known color: Honey Flower. HEX triplet: 61, 34 and 74. RGB value is (97,52,116). Sum of RGB (Red+Green+Blue) = 97+52+116=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 52 (20.70% from 255 or 19.62% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #613474 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613474 is #9ECB8B. Grayscale: #484848. Windows color (decimal): -10406796 or 7615585. OLE color: 7615585.

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

Color convert

RGB 97 52 116 -
CMYK 0.16 0.55 0 0.55
HSL 282.19º 0.38% 0.33% -
HSV(B) 282.19º 0.55% 0.45% -
XYZ 9.31 6.26 17.24 -
YUV 72.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 97 52 116 0.16 0.55 0 0.55 282.19 0.38 0.33
Hex 61 34 74 10 37 0 37 11A 26 21
Octal 141 64 164 20 67 0 67 432 46 41
Binary 1100001 110100 1110100 10000 110111 0 110111 100011010 100110 100001

Color Harmonies of #613474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613474

Black with #613474

Text Example


Text Example

White with #613474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613474; }

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

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

background-color css

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

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

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

border-color css

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

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

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