#652C84

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

Shades of Kingfisher Daisy #652C84

Tints of Kingfisher Daisy #652C84

Color information

#652C84 (or 0x652C84) is unknown color: approx Kingfisher Daisy. HEX triplet: 65, 2C and 84. RGB value is (101,44,132). Sum of RGB (Red+Green+Blue) = 101+44+132=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 44 (17.58% from 255 or 15.88% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #652C84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #652C84 is #9AD37B. Grayscale: #464646. Windows color (decimal): -10146684 or 8662117. OLE color: 8662117.

HSL color Cylindrical-coordinate representation of color #652C84: hue angle of 278.86º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #652C84 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10144132-
CMYK0.230.6700.48
HSL278.86º50%34.51%-
HSV(B)278.86º66.67%51.76%-
XYZ10.436.2322.48-
YUV71.08162.38149.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 44 (17.58% from 255) = 15.88%
BLUE value IS 132 (51.95% from 255) = 47.65%
R=36.46%
G=15.88%
B=47.65%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal101441320.230.6700.48278.865034.51
Hex652C8417430301173223
Octal14554204271030604276243
Binary1100101101100100001001011110000110110000100010111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652C84; }

 p { color: rgb(101,44,132); }

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

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

 a { background-color: rgb(101,44,132); }

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

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

 span { border-color: rgb(101,44,132); }

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