#651F7A

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

Shades of Seance #651F7A

Tints of Seance #651F7A

Color information

#651F7A (or 0x651F7A) is unknown color: approx Seance. HEX triplet: 65, 1F and 7A. RGB value is (101,31,122). Sum of RGB (Red+Green+Blue) = 101+31+122=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #651F7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #651F7A is #9AE085. Grayscale: #3E3E3E. Windows color (decimal): -10150022 or 8003429. OLE color: 8003429.

HSL color Cylindrical-coordinate representation of color #651F7A: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #651F7A is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB10131122-
CMYK0.170.7500.52
HSL286.15º59.48%30%-
HSV(B)286.15º74.59%47.84%-
XYZ9.375.1518.91-
YUV62.3161.69155.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.76%
GREEN value IS 31 (12.5% from 255) = 12.20%
BLUE value IS 122 (48.05% from 255) = 48.03%
R=39.76%
G=12.20%
B=48.03%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal101311220.170.7500.52286.1559.4830
Hex651F7A114B03411e3b1e
Octal14537172211130644367336
Binary1100101111111111010100011001011011010010001111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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