#6A188B

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

Shades of Vivid Violet #6A188B

Tints of Vivid Violet #6A188B

Color information

#6A188B (or 0x6A188B) is unknown color: approx Vivid Violet. HEX triplet: 6A, 18 and 8B. RGB value is (106,24,139). Sum of RGB (Red+Green+Blue) = 106+24+139=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 139 (54.69% from 255 or 51.67% from 269); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A188B is #95E774. Grayscale: #3D3D3D. Windows color (decimal): -9824117 or 9115754. OLE color: 9115754.

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

Color convert

RGB10624139-
CMYK0.240.8300.45
HSL282.78º70.55%31.96%-
HSV(B)282.78º82.73%54.51%-
XYZ10.935.5824.93-
YUV61.63171.67159.65-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.41%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 139 (54.69% from 255) = 51.67%
R=39.41%
G=8.92%
B=51.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106241390.240.8300.45282.7870.5531.96
Hex6A188B185302D11b4720
Octal152302133012305543310740
Binary1101010110001000101111000101001101011011000110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A188B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,24,139); }

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

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

 a { background-color: rgb(106,24,139); }

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

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

 span { border-color: rgb(106,24,139); }

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