Html Css Color HEX #653D76 Honey Flower

📋 copy color: '#653D76'

red 101 ◦ green 61 ◦ blue 118

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

Shades of Honey Flower #653D76

Tints of Honey Flower #653D76

RGB

 RED value IS 101 (39.84% from 255) = 36.07%

 GREEN value IS 61 (24.22% from 255) = 21.79%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 36.07%
G = 21.79%
B = 42.14%

CMYK

 C value IS 0.14

 M value IS 0.48

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#653D76 (or 0x653D76) is known color: Honey Flower. HEX triplet: 65, 3D and 76. RGB value is (101,61,118). Sum of RGB (Red+Green+Blue) = 101+61+118=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #653D76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653D76 is #9AC289. Grayscale: #4F4F4F. Windows color (decimal): -10142346 or 7748965. OLE color: 7748965.

HSL color Cylindrical-coordinate representation of color #653D76: hue angle of 282.11º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653D76 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 101 61 118 -
CMYK 0.14 0.48 0 0.54
HSL 282.11º 0.32% 0.35% -
HSV(B) 282.11º 0.48% 0.46% -
XYZ 10.31 7.41 18.03 -
YUV 79.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 101 61 118 0.14 0.48 0 0.54 282.11 0.32 0.35
Hex 65 3D 76 E 30 0 36 11A 20 23
Octal 145 75 166 16 60 0 66 432 40 43
Binary 1100101 111101 1110110 1110 110000 0 110110 100011010 100000 100011

Color Harmonies of #653D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D76

Black with #653D76

Text Example


Text Example

White with #653D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653D76; }

 p { color: rgb(101,61,118); }

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

background-color css

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

 a { background-color: rgb(101,61,118); }

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

border-color css

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

 span { border-color: rgb(101,61,118); }

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