Html Css Color HEX #613C71 Honey Flower

📋 copy color: '#613C71'

red 97 ◦ green 60 ◦ blue 113

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

Shades of Honey Flower #613C71

Tints of Honey Flower #613C71

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

 BLUE value IS 113 (44.53% from 255) = 41.85%

R = 35.93%
G = 22.22%
B = 41.85%

CMYK

 C value IS 0.14

 M value IS 0.47

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#613C71 (or 0x613C71) is known color: Honey Flower. HEX triplet: 61, 3C and 71. RGB value is (97,60,113). Sum of RGB (Red+Green+Blue) = 97+60+113=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #613C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C71 is #9EC38E. Grayscale: #4C4C4C. Windows color (decimal): -10404751 or 7421025. OLE color: 7421025.

HSL color Cylindrical-coordinate representation of color #613C71: hue angle of 281.89º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613C71 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 60 113 -
CMYK 0.14 0.47 0 0.56
HSL 281.89º 0.31% 0.34% -
HSV(B) 281.89º 0.47% 0.44% -
XYZ 9.53 6.97 16.47 -
YUV 77.11 148.26 142.19 -
System Red Green Blue C M Y K H S L
Decimal 97 60 113 0.14 0.47 0 0.56 281.89 0.31 0.34
Hex 61 3C 71 E 2F 0 38 11A 1F 22
Octal 141 74 161 16 57 0 70 432 37 42
Binary 1100001 111100 1110001 1110 101111 0 111000 100011010 11111 100010

Color Harmonies of #613C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C71

Black with #613C71

Text Example


Text Example

White with #613C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613C71; }

 p { color: rgb(97,60,113); }

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

background-color css

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

 a { background-color: rgb(97,60,113); }

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

border-color css

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

 span { border-color: rgb(97,60,113); }

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