#651F6D

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

Shades of Seance #651F6D

Tints of Seance #651F6D

Color information

#651F6D (or 0x651F6D) is unknown color: approx Seance. HEX triplet: 65, 1F and 6D. RGB value is (101,31,109). Sum of RGB (Red+Green+Blue) = 101+31+109=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 109 (42.97% from 255 or 45.23% from 241); Max value from RGB is 109 - color contains mainly: blue. Hex color #651F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651F6D is #9AE092. Grayscale: #3C3C3C. Windows color (decimal): -10150035 or 7151461. OLE color: 7151461.

HSL color Cylindrical-coordinate representation of color #651F6D: hue angle of 293.85º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #651F6D is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10131109-
CMYK0.070.7200.57
HSL293.85º55.71%27.45%-
HSV(B)293.85º71.56%42.75%-
XYZ8.624.8514.95-
YUV60.82155.19156.66-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.91%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 109 (42.97% from 255) = 45.23%
R=41.91%
G=12.86%
B=45.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal101311090.070.7200.57293.8555.7127.45
Hex651F6D748039126381b
Octal1453715571100714467033
Binary11001011111111011011111001000011100110010011011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651F6D; }

 p { color: rgb(101,31,109); }

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

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

 a { background-color: rgb(101,31,109); }

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

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

 span { border-color: rgb(101,31,109); }

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