#653F93

Color #653F93 Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #653F93

Tints of Daisy Bush #653F93

Color information

#653F93 (or 0x653F93) is unknown color: approx Daisy Bush. HEX triplet: 65, 3F and 93. RGB value is (101,63,147). Sum of RGB (Red+Green+Blue) = 101+63+147=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 147 (57.81% from 255 or 47.27% from 311); Max value from RGB is 147 - color contains mainly: blue. Hex color #653F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653F93 is #9AC06C. Grayscale: #535353. Windows color (decimal): -10141805 or 9650021. OLE color: 9650021.

HSL color Cylindrical-coordinate representation of color #653F93: hue angle of 267.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #653F93 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10163147-
CMYK0.310.5700.42
HSL267.14º40%41.18%-
HSV(B)267.14º57.14%57.65%-
XYZ12.418.4328.58-
YUV83.94163.59140.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.48%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 147 (57.81% from 255) = 47.27%
R=32.48%
G=20.26%
B=47.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101631470.310.5700.42267.144041.18
Hex653F931F3902A10b2829
Octal1457722337710524135051
Binary110010111111110010011111111110010101010100001011101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,63,147); }

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

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

 a { background-color: rgb(101,63,147); }

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

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

 span { border-color: rgb(101,63,147); }

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