#672481

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

Shades of Seance #672481

Tints of Seance #672481

Color information

#672481 (or 0x672481) is unknown color: approx Seance. HEX triplet: 67, 24 and 81. RGB value is (103,36,129). Sum of RGB (Red+Green+Blue) = 103+36+129=268 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.43% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #672481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #672481 is #98DB7E. Grayscale: #424242. Windows color (decimal): -10017663 or 8463463. OLE color: 8463463.

HSL color Cylindrical-coordinate representation of color #672481: hue angle of 283.23º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #672481 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10336129-
CMYK0.200.7200.49
HSL283.23º56.36%32.35%-
HSV(B)283.23º72.09%50.59%-
XYZ10.195.7321.34-
YUV66.63163.2153.94-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 38.43%
GREEN value IS 36 (14.45% from 255) = 13.43%
BLUE value IS 129 (50.78% from 255) = 48.13%
R=38.43%
G=13.43%
B=48.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103361290.200.7200.49283.2356.3632.35
Hex672481144803111b3820
Octal14744201241100614337040
Binary1100111100100100000011010010010000110001100011011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672481; }

 p { color: rgb(103,36,129); }

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

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

 a { background-color: rgb(103,36,129); }

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

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

 span { border-color: rgb(103,36,129); }

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