#6C308D

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

Shades of Vivid Violet #6C308D

Tints of Vivid Violet #6C308D

Color information

#6C308D (or 0x6C308D) is unknown color: approx Vivid Violet. HEX triplet: 6C, 30 and 8D. RGB value is (108,48,141). Sum of RGB (Red+Green+Blue) = 108+48+141=297 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.36% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C308D is #93CF72. Grayscale: #4C4C4C. Windows color (decimal): -9686899 or 9252972. OLE color: 9252972.

HSL color Cylindrical-coordinate representation of color #6C308D: hue angle of 278.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C308D is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10848141-
CMYK0.230.6600.45
HSL278.71º49.21%37.06%-
HSV(B)278.71º65.96%55.29%-
XYZ12.057.2325.96-
YUV76.54164.38150.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.36%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=36.36%
G=16.16%
B=47.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108481410.230.6600.45278.7149.2137.06
Hex6C308D174202D1173125
Octal15460215271020554276145
Binary1101100110000100011011011110000100101101100010111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,48,141); }

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

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

 a { background-color: rgb(108,48,141); }

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

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

 span { border-color: rgb(108,48,141); }

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