#6C368A

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

Shades of Vivid Violet #6C368A

Tints of Vivid Violet #6C368A

Color information

#6C368A (or 0x6C368A) is unknown color: approx Vivid Violet. HEX triplet: 6C, 36 and 8A. RGB value is (108,54,138). Sum of RGB (Red+Green+Blue) = 108+54+138=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C368A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C368A is #93C975. Grayscale: #4F4F4F. Windows color (decimal): -9685366 or 9057900. OLE color: 9057900.

HSL color Cylindrical-coordinate representation of color #6C368A: hue angle of 278.57º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C368A is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10854138-
CMYK0.220.6100.46
HSL278.57º43.75%37.65%-
HSV(B)278.57º60.87%54.12%-
XYZ12.097.6624.89-
YUV79.72160.89148.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36%
GREEN value IS 54 (21.48% from 255) = 18%
BLUE value IS 138 (54.30% from 255) = 46%
R=36%
G=18%
B=46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108541380.220.6100.46278.5743.7537.65
Hex6C368A163D02E1172c26
Octal1546621226750564275446
Binary110110011011010001010101101111010101110100010111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,54,138); }

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

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

 a { background-color: rgb(108,54,138); }

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

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

 span { border-color: rgb(108,54,138); }

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