#6D03C1

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

Shades of Dark Violet #6D03C1

Tints of Dark Violet #6D03C1

Color information

#6D03C1 (or 0x6D03C1) is unknown color: approx Dark Violet. HEX triplet: 6D, 03 and C1. RGB value is (109,3,193). Sum of RGB (Red+Green+Blue) = 109+3+193=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 193 (75.78% from 255 or 63.28% from 305); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D03C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D03C1 is #92FC3E. Grayscale: #373737. Windows color (decimal): -9632831 or 12649325. OLE color: 12649325.

HSL color Cylindrical-coordinate representation of color #6D03C1: hue angle of 273.47º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D03C1 is Cyan = 0.44, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1093193-
CMYK0.440.9800.24
HSL273.47º96.94%38.43%-
HSV(B)273.47º98.45%75.69%-
XYZ15.967.1750.99-
YUV56.35205.12165.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.74%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 193 (75.78% from 255) = 63.28%
R=35.74%
G=0.98%
B=63.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal10931930.440.9800.24273.4796.9438.43
Hex6D3C12C620181116126
Octal15533015414203042114146
Binary1101101111100000110110011000100110001000100011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D03C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,3,193); }

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

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

 a { background-color: rgb(109,3,193); }

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

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

 span { border-color: rgb(109,3,193); }

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