#6F288C

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

Shades of Vivid Violet #6F288C

Tints of Vivid Violet #6F288C

Color information

#6F288C (or 0x6F288C) is unknown color: approx Vivid Violet. HEX triplet: 6F, 28 and 8C. RGB value is (111,40,140). Sum of RGB (Red+Green+Blue) = 111+40+140=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 140 (55.08% from 255 or 48.11% from 291); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F288C is #90D773. Grayscale: #484848. Windows color (decimal): -9492340 or 9185391. OLE color: 9185391.

HSL color Cylindrical-coordinate representation of color #6F288C: hue angle of 282.6º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F288C is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11140140-
CMYK0.210.7100.45
HSL282.6º55.56%35.29%-
HSV(B)282.6º71.43%54.9%-
XYZ12.056.7925.49-
YUV72.63166.02155.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.14%
GREEN value IS 40 (16.02% from 255) = 13.75%
BLUE value IS 140 (55.08% from 255) = 48.11%
R=38.14%
G=13.75%
B=48.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111401400.210.7100.45282.655.5635.29
Hex6F288C154702D11b3823
Octal15750214251070554337043
Binary1101111101000100011001010110001110101101100011011111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F288C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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