#651980

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

Shades of Seance #651980

Tints of Seance #651980

Color information

#651980 (or 0x651980) is unknown color: approx Seance. HEX triplet: 65, 19 and 80. RGB value is (101,25,128). Sum of RGB (Red+Green+Blue) = 101+25+128=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 128 (50.39% from 255 or 50.39% from 254); Max value from RGB is 128 - color contains mainly: blue. Hex color #651980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651980 is #9AE67F. Grayscale: #3B3B3B. Windows color (decimal): -10151552 or 8395109. OLE color: 8395109.

HSL color Cylindrical-coordinate representation of color #651980: hue angle of 284.27º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #651980 is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB10125128-
CMYK0.210.8000.50
HSL284.27º67.32%30%-
HSV(B)284.27º80.47%50.2%-
XYZ9.615.0220.88-
YUV59.47166.68157.62-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 128 (50.39% from 255) = 50.39%
R=39.76%
G=9.84%
B=50.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal101251280.210.8000.50284.2767.3230
Hex651980155003211c431e
Octal145312002512006243410336
Binary110010111001100000001010110100000110010100011100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651980; }

 p { color: rgb(101,25,128); }

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

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

 a { background-color: rgb(101,25,128); }

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

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

 span { border-color: rgb(101,25,128); }

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