#6B188C

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

Shades of Vivid Violet #6B188C

Tints of Vivid Violet #6B188C

Color information

#6B188C (or 0x6B188C) is unknown color: approx Vivid Violet. HEX triplet: 6B, 18 and 8C. RGB value is (107,24,140). Sum of RGB (Red+Green+Blue) = 107+24+140=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B188C is #94E773. Grayscale: #3D3D3D. Windows color (decimal): -9758580 or 9181291. OLE color: 9181291.

HSL color Cylindrical-coordinate representation of color #6B188C: hue angle of 282.93º 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 #6B188C is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10724140-
CMYK0.240.8300.45
HSL282.93º70.73%32.16%-
HSV(B)282.93º82.86%54.9%-
XYZ11.125.6725.32-
YUV62.04172160.07-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.48%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=39.48%
G=8.86%
B=51.66%

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
Decimal107241400.240.8300.45282.9370.7332.16
Hex6B188C185302D11b4720
Octal153302143012305543310740
Binary1101011110001000110011000101001101011011000110111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,24,140); }

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

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

 a { background-color: rgb(107,24,140); }

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

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

 span { border-color: rgb(107,24,140); }

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