Html Css Color HEX #6E01CF Dark Violet

📋 copy color: '#6E01CF'

red 110 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #6E01CF

Tints of Dark Violet #6E01CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 65.09%

R = 34.59%
G = 0.31%
B = 65.09%

CMYK

 C value IS 0.47

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E01CF (or 0x6E01CF) is known color: Dark Violet. HEX triplet: 6E, 01 and CF. RGB value is (110,1,207). Sum of RGB (Red+Green+Blue) = 110+1+207=318 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.59% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E01CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E01CF is #91FE30. Grayscale: #383838. Windows color (decimal): -9567793 or 13566318. OLE color: 13566318.

HSL color Cylindrical-coordinate representation of color #6E01CF: hue angle of 271.75º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E01CF is Cyan = 0.47, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 1 207 -
CMYK 0.47 1.00 0 0.19
HSL 271.75º 0.99% 0.41% -
HSV(B) 271.75º 1% 0.81% -
XYZ 17.7 7.84 59.61 -
YUV 57.08 212.61 165.75 -
System Red Green Blue C M Y K H S L
Decimal 110 1 207 0.47 1.00 0 0.19 271.75 0.99 0.41
Hex 6E 1 CF 2F 64 0 13 110 63 29
Octal 156 1 317 57 144 0 23 420 143 51
Binary 1101110 1 11001111 101111 1100100 0 10011 100010000 1100011 101001

Color Harmonies of #6E01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E01CF

Black with #6E01CF

Text Example


Text Example

White with #6E01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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