Html Css Color HEX #6E018F Purple

📋 copy color: '#6E018F'

red 110 ◦ green 1 ◦ blue 143

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

Shades of Purple #6E018F

Tints of Purple #6E018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.3%

R = 43.31%
G = 0.39%
B = 56.3%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6E018F (or 0x6E018F) is known color: Purple. HEX triplet: 6E, 01 and 8F. RGB value is (110,1,143). Sum of RGB (Red+Green+Blue) = 110+1+143=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #6E018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E018F is #91FE70. Grayscale: #313131. Windows color (decimal): -9567857 or 9372014. OLE color: 9372014.

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

Color convert

RGB 110 1 143 -
CMYK 0.23 0.99 0 0.44
HSL 286.06º 0.99% 0.28% -
HSV(B) 286.06º 0.99% 0.56% -
XYZ 11.4 5.32 26.41 -
YUV 49.78 180.61 170.95 -
System Red Green Blue C M Y K H S L
Decimal 110 1 143 0.23 0.99 0 0.44 286.06 0.99 0.28
Hex 6E 1 8F 17 63 0 2C 11E 63 1C
Octal 156 1 217 27 143 0 54 436 143 34
Binary 1101110 1 10001111 10111 1100011 0 101100 100011110 1100011 11100

Color Harmonies of #6E018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E018F

Black with #6E018F

Text Example


Text Example

White with #6E018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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