#6F2577

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

Shades of Seance #6F2577

Tints of Seance #6F2577

Color information

#6F2577 (or 0x6F2577) is unknown color: approx Seance. HEX triplet: 6F, 25 and 77. RGB value is (111,37,119). Sum of RGB (Red+Green+Blue) = 111+37+119=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 119 (46.88% from 255 or 44.57% from 267); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F2577 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2577 is #90DA88. Grayscale: #444444. Windows color (decimal): -9493129 or 7808367. OLE color: 7808367.

HSL color Cylindrical-coordinate representation of color #6F2577: hue angle of 294.15º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2577 is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11137119-
CMYK0.070.6900.53
HSL294.15º52.56%30.59%-
HSV(B)294.15º68.91%46.67%-
XYZ10.556.0318.06-
YUV68.47156.52158.33-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 37 (14.84% from 255) = 13.86%
BLUE value IS 119 (46.88% from 255) = 44.57%
R=41.57%
G=13.86%
B=44.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111371190.070.6900.53294.1552.5630.59
Hex6F2577745035126351f
Octal1574516771050654466537
Binary110111110010111101111111000101011010110010011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F2577; }

 p { color: rgb(111,37,119); }

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

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

 a { background-color: rgb(111,37,119); }

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

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

 span { border-color: rgb(111,37,119); }

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