#651272

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

Shades of Seance #651272

Tints of Seance #651272

Color information

#651272 (or 0x651272) is unknown color: approx Seance. HEX triplet: 65, 12 and 72. RGB value is (101,18,114). Sum of RGB (Red+Green+Blue) = 101+18+114=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #651272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651272 is #9AED8D. Grayscale: #353535. Windows color (decimal): -10153358 or 7475813. OLE color: 7475813.

HSL color Cylindrical-coordinate representation of color #651272: hue angle of 291.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651272 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10118114-
CMYK0.110.8400.55
HSL291.88º72.73%25.88%-
HSV(B)291.88º84.21%44.71%-
XYZ8.624.4116.32-
YUV53.76162161.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=43.35%
G=7.73%
B=48.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal101181140.110.8400.55291.8872.7325.88
Hex651272B54037124491a
Octal145221621312406744411132
Binary1100101100101110010101110101000110111100100100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651272; }

 p { color: rgb(101,18,114); }

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

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

 a { background-color: rgb(101,18,114); }

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

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

 span { border-color: rgb(101,18,114); }

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