#6C238E

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

Shades of Vivid Violet #6C238E

Tints of Vivid Violet #6C238E

Color information

#6C238E (or 0x6C238E) is unknown color: approx Vivid Violet. HEX triplet: 6C, 23 and 8E. RGB value is (108,35,142). Sum of RGB (Red+Green+Blue) = 108+35+142=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 142 (55.86% from 255 or 49.82% from 285); Max value from RGB is 142 - color contains mainly: blue. Hex color #6C238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C238E is #93DC71. Grayscale: #444444. Windows color (decimal): -9690226 or 9315180. OLE color: 9315180.

HSL color Cylindrical-coordinate representation of color #6C238E: hue angle of 280.93º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C238E is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10835142-
CMYK0.240.7500.44
HSL280.93º60.45%34.71%-
HSV(B)280.93º75.35%55.69%-
XYZ11.676.3426.2-
YUV69.03169.18155.8-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.89%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 142 (55.86% from 255) = 49.82%
R=37.89%
G=12.28%
B=49.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108351420.240.7500.44280.9360.4534.71
Hex6C238E184B02C1193c23
Octal15443216301130544317443
Binary1101100100011100011101100010010110101100100011001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,35,142); }

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

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

 a { background-color: rgb(108,35,142); }

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

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

 span { border-color: rgb(108,35,142); }

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