#653279

Color #653279 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #653279

Tints of Honey Flower #653279

Color information

#653279 (or 0x653279) is unknown color: approx Honey Flower. HEX triplet: 65, 32 and 79. RGB value is (101,50,121). Sum of RGB (Red+Green+Blue) = 101+50+121=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #653279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653279 is #9ACD86. Grayscale: #494949. Windows color (decimal): -10145159 or 7942757. OLE color: 7942757.

HSL color Cylindrical-coordinate representation of color #653279: hue angle of 283.1º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #653279 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10150121-
CMYK0.170.5900.53
HSL283.1º41.52%33.53%-
HSV(B)283.1º58.68%47.45%-
XYZ9.966.4318.81-
YUV73.34154.9147.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.13%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=37.13%
G=18.38%
B=44.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal101501210.170.5900.53283.141.5233.53
Hex653279113B03511b2a22
Octal1456217121730654335242
Binary11001011100101111001100011110110110101100011011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653279; }

 p { color: rgb(101,50,121); }

 H1.HeaderClassName
 {
   color: #653279;
 }
 .AnyTagClassName
 {
   color: #653279;
 }
</style>
background-color css

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

 a { background-color: rgb(101,50,121); }

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

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

 span { border-color: rgb(101,50,121); }

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