Html Css Color HEX #6E1083 Purple

📋 copy color: '#6E1083'

red 110 ◦ green 16 ◦ blue 131

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

Shades of Purple #6E1083

Tints of Purple #6E1083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 131 (51.56% from 255) = 50.97%

R = 42.8%
G = 6.23%
B = 50.97%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#6E1083 (or 0x6E1083) is known color: Purple. HEX triplet: 6E, 10 and 83. RGB value is (110,16,131). Sum of RGB (Red+Green+Blue) = 110+16+131=257 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.80% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 131 (51.56% from 255 or 50.97% from 257); Max value from RGB is 131 - color contains mainly: blue. Hex color #6E1083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E1083 is #91EF7C. Grayscale: #383838. Windows color (decimal): -9564029 or 8589422. OLE color: 8589422.

HSL color Cylindrical-coordinate representation of color #6E1083: hue angle of 289.04º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E1083 is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 16 131 -
CMYK 0.16 0.88 0 0.49
HSL 289.04º 0.78% 0.29% -
HSV(B) 289.04º 0.88% 0.51% -
XYZ 10.71 5.32 21.94 -
YUV 57.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 110 16 131 0.16 0.88 0 0.49 289.04 0.78 0.29
Hex 6E 10 83 10 58 0 31 121 4E 1D
Octal 156 20 203 20 130 0 61 441 116 35
Binary 1101110 10000 10000011 10000 1011000 0 110001 100100001 1001110 11101

Color Harmonies of #6E1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1083

Black with #6E1083

Text Example


Text Example

White with #6E1083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,16,131); }

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

background-color css

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

 a { background-color: rgb(110,16,131); }

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

border-color css

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

 span { border-color: rgb(110,16,131); }

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