Html Css Color HEX #6D01C3 Dark Violet

📋 copy color: '#6D01C3'

red 109 ◦ green 1 ◦ blue 195

#6D01C3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #6D01C3

Tints of Dark Violet #6D01C3

RGB

 RED value IS 109 (42.97% from 255) = 35.74%

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 195 (76.56% from 255) = 63.93%

R = 35.74%
G = 0.33%
B = 63.93%

CMYK

 C value IS 0.44

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6D01C3 (or 0x6D01C3) is known color: Dark Violet. HEX triplet: 6D, 01 and C3. RGB value is (109,1,195). Sum of RGB (Red+Green+Blue) = 109+1+195=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 195 (76.56% from 255 or 63.93% from 305); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D01C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D01C3 is #92FE3C. Grayscale: #363636. Windows color (decimal): -9633341 or 12779885. OLE color: 12779885.

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

Color convert

RGB 109 1 195 -
CMYK 0.44 0.99 0 0.24
HSL 273.4º 0.99% 0.38% -
HSV(B) 273.4º 0.99% 0.76% -
XYZ 16.17 7.21 52.17 -
YUV 55.41 206.78 166.23 -
System Red Green Blue C M Y K H S L
Decimal 109 1 195 0.44 0.99 0 0.24 273.4 0.99 0.38
Hex 6D 1 C3 2C 63 0 18 111 63 26
Octal 155 1 303 54 143 0 30 421 143 46
Binary 1101101 1 11000011 101100 1100011 0 11000 100010001 1100011 100110

Color Harmonies of #6D01C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D01C3

Black with #6D01C3

Text Example


Text Example

White with #6D01C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,195); }

 H1.HeaderClassName
 {
   color: #6D01C3;
 }
 .AnyTagClassName
 {
   color: #6D01C3;
 }
</style>

background-color css

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

 a { background-color: rgb(109,1,195); }

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

border-color css

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

 span { border-color: rgb(109,1,195); }

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