Html Css Color HEX #6E01C3 Dark Violet

📋 copy color: '#6E01C3'

red 110 ◦ green 1 ◦ blue 195

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

Shades of Dark Violet #6E01C3

Tints of Dark Violet #6E01C3

RGB

 RED value IS 110 (43.36% from 255) = 35.95%

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

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

R = 35.95%
G = 0.33%
B = 63.73%

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

#6E01C3 (or 0x6E01C3) is known color: Dark Violet. HEX triplet: 6E, 01 and C3. RGB value is (110,1,195). Sum of RGB (Red+Green+Blue) = 110+1+195=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 195 (76.56% from 255 or 63.73% from 306); Max value from RGB is 195 - color contains mainly: blue. Hex color #6E01C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E01C3 is #91FE3C. Grayscale: #373737. Windows color (decimal): -9567805 or 12779886. OLE color: 12779886.

HSL color Cylindrical-coordinate representation of color #6E01C3: hue angle of 273.71º 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 #6E01C3 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 1 195 -
CMYK 0.44 0.99 0 0.24
HSL 273.71º 0.99% 0.38% -
HSV(B) 273.71º 0.99% 0.76% -
XYZ 16.29 7.28 52.18 -
YUV 55.71 206.61 166.73 -
System Red Green Blue C M Y K H S L
Decimal 110 1 195 0.44 0.99 0 0.24 273.71 0.99 0.38
Hex 6E 1 C3 2C 63 0 18 112 63 26
Octal 156 1 303 54 143 0 30 422 143 46
Binary 1101110 1 11000011 101100 1100011 0 11000 100010010 1100011 100110

Color Harmonies of #6E01C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E01C3

Black with #6E01C3

Text Example


Text Example

White with #6E01C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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