#652175

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

Shades of Seance #652175

Tints of Seance #652175

Color information

#652175 (or 0x652175) is unknown color: approx Seance. HEX triplet: 65, 21 and 75. RGB value is (101,33,117). Sum of RGB (Red+Green+Blue) = 101+33+117=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 117 (46.09% from 255 or 46.61% from 251); Max value from RGB is 117 - color contains mainly: blue. Hex color #652175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652175 is #9ADE8A. Grayscale: #3E3E3E. Windows color (decimal): -10149515 or 7676261. OLE color: 7676261.

HSL color Cylindrical-coordinate representation of color #652175: hue angle of 288.57º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #652175 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10133117-
CMYK0.140.7200.54
HSL288.57º56%29.41%-
HSV(B)288.57º71.79%45.88%-
XYZ9.125.1417.34-
YUV62.91158.53155.17-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 117 (46.09% from 255) = 46.61%
R=40.24%
G=13.15%
B=46.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101331170.140.7200.54288.575629.41
Hex652175E48036121381d
Octal14541165161100664417035
Binary1100101100001111010111101001000011011010010000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652175; }

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

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

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

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

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

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

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

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