Html Css Color HEX #613C72 Honey Flower

📋 copy color: '#613C72'

red 97 ◦ green 60 ◦ blue 114

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

Shades of Honey Flower #613C72

Tints of Honey Flower #613C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 42.07%

R = 35.79%
G = 22.14%
B = 42.07%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#613C72 (or 0x613C72) is known color: Honey Flower. HEX triplet: 61, 3C and 72. RGB value is (97,60,114). Sum of RGB (Red+Green+Blue) = 97+60+114=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #613C72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #613C72 is #9EC38D. Grayscale: #4D4D4D. Windows color (decimal): -10404750 or 7486561. OLE color: 7486561.

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

Color convert

RGB 97 60 114 -
CMYK 0.15 0.47 0 0.55
HSL 281.11º 0.31% 0.34% -
HSV(B) 281.11º 0.47% 0.45% -
XYZ 9.58 6.99 16.76 -
YUV 77.22 148.76 142.11 -
System Red Green Blue C M Y K H S L
Decimal 97 60 114 0.15 0.47 0 0.55 281.11 0.31 0.34
Hex 61 3C 72 F 2F 0 37 119 1F 22
Octal 141 74 162 17 57 0 67 431 37 42
Binary 1100001 111100 1110010 1111 101111 0 110111 100011001 11111 100010

Color Harmonies of #613C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613C72

Black with #613C72

Text Example


Text Example

White with #613C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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