#651270

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

Shades of Seance #651270

Tints of Seance #651270

Color information

#651270 (or 0x651270) is unknown color: approx Seance. HEX triplet: 65, 12 and 70. RGB value is (101,18,112). Sum of RGB (Red+Green+Blue) = 101+18+112=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #651270 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651270 is #9AED8F. Grayscale: #353535. Windows color (decimal): -10153360 or 7344741. OLE color: 7344741.

HSL color Cylindrical-coordinate representation of color #651270: hue angle of 292.98º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651270 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10118112-
CMYK0.100.8400.56
HSL292.98º72.31%25.49%-
HSV(B)292.98º83.93%43.92%-
XYZ8.514.3715.72-
YUV53.53161161.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.72%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=43.72%
G=7.79%
B=48.48%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101181120.100.8400.56292.9872.3125.49
Hex651270A540381254819
Octal145221601212407044511031
Binary1100101100101110000101010101000111000100100101100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651270; }

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

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

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

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

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

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

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

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