#652593

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

Shades of Kingfisher Daisy #652593

Tints of Kingfisher Daisy #652593

Color information

#652593 (or 0x652593) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 25 and 93. RGB value is (101,37,147). Sum of RGB (Red+Green+Blue) = 101+37+147=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 37 (14.84% from 255 or 12.98% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #652593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652593 is #9ADA6C. Grayscale: #444444. Windows color (decimal): -10148461 or 9643365. OLE color: 9643365.

HSL color Cylindrical-coordinate representation of color #652593: hue angle of 274.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #652593 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10137147-
CMYK0.310.7500.42
HSL274.91º59.78%36.08%-
HSV(B)274.91º74.83%57.65%-
XYZ11.296.228.2-
YUV68.68172.2151.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.44%
GREEN value IS 37 (14.84% from 255) = 12.98%
BLUE value IS 147 (57.81% from 255) = 51.58%
R=35.44%
G=12.98%
B=51.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101371470.310.7500.42274.9159.7836.08
Hex6525931F4B02A1133c24
Octal14545223371130524237444
Binary1100101100101100100111111110010110101010100010011111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652593; }

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

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

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

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

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

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

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

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