Html Css Color HEX #6E01BF Dark Violet

📋 copy color: '#6E01BF'

red 110 ◦ green 1 ◦ blue 191

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

Shades of Dark Violet #6E01BF

Tints of Dark Violet #6E01BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.25%

R = 36.42%
G = 0.33%
B = 63.25%

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

#6E01BF (or 0x6E01BF) is known color: Dark Violet. HEX triplet: 6E, 01 and BF. RGB value is (110,1,191). Sum of RGB (Red+Green+Blue) = 110+1+191=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E01BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E01BF is #91FE40. Grayscale: #363636. Windows color (decimal): -9567809 or 12517742. OLE color: 12517742.

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

Color convert

RGB 110 1 191 -
CMYK 0.42 0.99 0 0.25
HSL 274.42º 0.99% 0.38% -
HSV(B) 274.42º 0.99% 0.75% -
XYZ 15.85 7.1 49.83 -
YUV 55.25 204.61 167.05 -
System Red Green Blue C M Y K H S L
Decimal 110 1 191 0.42 0.99 0 0.25 274.42 0.99 0.38
Hex 6E 1 BF 2A 63 0 19 112 63 26
Octal 156 1 277 52 143 0 31 422 143 46
Binary 1101110 1 10111111 101010 1100011 0 11001 100010010 1100011 100110

Color Harmonies of #6E01BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E01BF

Black with #6E01BF

Text Example


Text Example

White with #6E01BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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