#6C2290

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

Shades of Vivid Violet #6C2290

Tints of Vivid Violet #6C2290

Color information

#6C2290 (or 0x6C2290) is unknown color: approx Vivid Violet. HEX triplet: 6C, 22 and 90. RGB value is (108,34,144). Sum of RGB (Red+Green+Blue) = 108+34+144=286 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.76% from 286); Green value is 34 (13.67% from 255 or 11.89% from 286); Blue value is 144 (56.64% from 255 or 50.35% from 286); Max value from RGB is 144 - color contains mainly: blue. Hex color #6C2290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C2290 is #93DD6F. Grayscale: #444444. Windows color (decimal): -9690480 or 9445996. OLE color: 9445996.

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

Color convert

RGB10834144-
CMYK0.250.7600.44
HSL280.36º61.8%34.9%-
HSV(B)280.36º76.39%56.47%-
XYZ11.796.3526.99-
YUV68.67170.52156.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 37.76%
GREEN value IS 34 (13.67% from 255) = 11.89%
BLUE value IS 144 (56.64% from 255) = 50.35%
R=37.76%
G=11.89%
B=50.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal108341440.250.7600.44280.3661.834.9
Hex6C2290194C02C1183e23
Octal15442220311140544307643
Binary1101100100010100100001100110011000101100100011000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,34,144); }

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

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

 a { background-color: rgb(108,34,144); }

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

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

 span { border-color: rgb(108,34,144); }

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