Html Css Color HEX #613970 Honey Flower

📋 copy color: '#613970'

red 97 ◦ green 57 ◦ blue 112

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

Shades of Honey Flower #613970

Tints of Honey Flower #613970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.43%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 36.47%
G = 21.43%
B = 42.11%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#613970 (or 0x613970) is known color: Honey Flower. HEX triplet: 61, 39 and 70. RGB value is (97,57,112). Sum of RGB (Red+Green+Blue) = 97+57+112=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 112 - color contains mainly: blue. Hex color #613970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613970 is #9EC68F. Grayscale: #4B4B4B. Windows color (decimal): -10405520 or 7354721. OLE color: 7354721.

HSL color Cylindrical-coordinate representation of color #613970: hue angle of 283.64º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #613970 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 57 112 -
CMYK 0.13 0.49 0 0.56
HSL 283.64º 0.33% 0.33% -
HSV(B) 283.64º 0.49% 0.44% -
XYZ 9.32 6.64 16.12 -
YUV 75.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 97 57 112 0.13 0.49 0 0.56 283.64 0.33 0.33
Hex 61 39 70 D 31 0 38 11C 21 21
Octal 141 71 160 15 61 0 70 434 41 41
Binary 1100001 111001 1110000 1101 110001 0 111000 100011100 100001 100001

Color Harmonies of #613970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613970

Black with #613970

Text Example


Text Example

White with #613970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613970; }

 p { color: rgb(97,57,112); }

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

background-color css

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

 a { background-color: rgb(97,57,112); }

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

border-color css

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

 span { border-color: rgb(97,57,112); }

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