#651475

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

Shades of Seance #651475

Tints of Seance #651475

Color information

#651475 (or 0x651475) is unknown color: approx Seance. HEX triplet: 65, 14 and 75. RGB value is (101,20,117). Sum of RGB (Red+Green+Blue) = 101+20+117=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #651475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651475 is #9AEB8A. Grayscale: #363636. Windows color (decimal): -10152843 or 7672933. OLE color: 7672933.

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

Color convert

RGB10120117-
CMYK0.140.8300.54
HSL290.1º70.8%26.86%-
HSV(B)290.1º82.91%45.88%-
XYZ8.834.5517.24-
YUV55.28162.84160.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.44%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 117 (46.09% from 255) = 49.16%
R=42.44%
G=8.40%
B=49.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal101201170.140.8300.54290.170.826.86
Hex651475E53036122471b
Octal145241651612306644210733
Binary1100101101001110101111010100110110110100100010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651475; }

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

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

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

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

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

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

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

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