#6F288E

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

Shades of Vivid Violet #6F288E

Tints of Vivid Violet #6F288E

Color information

#6F288E (or 0x6F288E) is unknown color: approx Vivid Violet. HEX triplet: 6F, 28 and 8E. RGB value is (111,40,142). Sum of RGB (Red+Green+Blue) = 111+40+142=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F288E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F288E is #90D771. Grayscale: #484848. Windows color (decimal): -9492338 or 9316463. OLE color: 9316463.

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

Color convert

RGB11140142-
CMYK0.220.7200.44
HSL281.76º56.04%35.69%-
HSV(B)281.76º71.83%55.69%-
XYZ12.26.8526.27-
YUV72.86167.02155.21-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.88%
GREEN value IS 40 (16.02% from 255) = 13.65%
BLUE value IS 142 (55.86% from 255) = 48.46%
R=37.88%
G=13.65%
B=48.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal111401420.220.7200.44281.7656.0435.69
Hex6F288E164802C11a3824
Octal15750216261100544327044
Binary1101111101000100011101011010010000101100100011010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,142); }

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

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

 a { background-color: rgb(111,40,142); }

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

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

 span { border-color: rgb(111,40,142); }

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