Html Css Color HEX #6E01BE Dark Violet

📋 copy color: '#6E01BE'

red 110 ◦ green 1 ◦ blue 190

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

Shades of Dark Violet #6E01BE

Tints of Dark Violet #6E01BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 63.12%

R = 36.54%
G = 0.33%
B = 63.12%

CMYK

 C value IS 0.42

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E01BE (or 0x6E01BE) is known color: Dark Violet. HEX triplet: 6E, 01 and BE. RGB value is (110,1,190). Sum of RGB (Red+Green+Blue) = 110+1+190=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E01BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E01BE is #91FE41. Grayscale: #363636. Windows color (decimal): -9567810 or 12452206. OLE color: 12452206.

HSL color Cylindrical-coordinate representation of color #6E01BE: hue angle of 274.6º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E01BE is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 1 190 -
CMYK 0.42 0.99 0 0.25
HSL 274.6º 0.99% 0.37% -
HSV(B) 274.6º 0.99% 0.75% -
XYZ 15.74 7.05 49.25 -
YUV 55.14 204.11 167.13 -
System Red Green Blue C M Y K H S L
Decimal 110 1 190 0.42 0.99 0 0.25 274.6 0.99 0.37
Hex 6E 1 BE 2A 63 0 19 113 63 25
Octal 156 1 276 52 143 0 31 423 143 45
Binary 1101110 1 10111110 101010 1100011 0 11001 100010011 1100011 100101

Color Harmonies of #6E01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E01BE

Black with #6E01BE

Text Example


Text Example

White with #6E01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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