#652C75

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

Shades of Seance #652C75

Tints of Seance #652C75

Color information

#652C75 (or 0x652C75) is unknown color: approx Seance. HEX triplet: 65, 2C and 75. RGB value is (101,44,117). Sum of RGB (Red+Green+Blue) = 101+44+117=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 117 (46.09% from 255 or 44.66% from 262); Max value from RGB is 117 - color contains mainly: blue. Hex color #652C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652C75 is #9AD38A. Grayscale: #454545. Windows color (decimal): -10146699 or 7679077. OLE color: 7679077.

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

Color convert

RGB10144117-
CMYK0.140.6200.54
HSL286.85º45.34%31.57%-
HSV(B)286.85º62.39%45.88%-
XYZ9.485.8517.46-
YUV69.37154.88150.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 38.55%
GREEN value IS 44 (17.58% from 255) = 16.79%
BLUE value IS 117 (46.09% from 255) = 44.66%
R=38.55%
G=16.79%
B=44.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101441170.140.6200.54286.8545.3431.57
Hex652C75E3E03611f2d20
Octal1455416516760664375540
Binary1100101101100111010111101111100110110100011111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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