Html Css Color HEX #6E0163 Purple

📋 copy color: '#6E0163'

red 110 ◦ green 1 ◦ blue 99

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

Shades of Purple #6E0163

Tints of Purple #6E0163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.14%

R = 52.38%
G = 0.48%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.1

 K value IS 0.57

RGB Variations

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

Color information

#6E0163 (or 0x6E0163) is known color: Purple. HEX triplet: 6E, 01 and 63. RGB value is (110,1,99). Sum of RGB (Red+Green+Blue) = 110+1+99=210 (27% of max value = 765). Red value is 110 (43.36% from 255 or 52.38% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 99 (39.06% from 255 or 47.14% from 210); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0163 is #91FE9C. Grayscale: #2C2C2C. Windows color (decimal): -9567901 or 6488430. OLE color: 6488430.

HSL color Cylindrical-coordinate representation of color #6E0163: hue angle of 306.06º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E0163 is Cyan = 0, Magento = 0.99, Yellow = 0.1 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 99 -
CMYK 0 0.99 0.1 0.57
HSL 306.06º 0.98% 0.22% -
HSV(B) 306.06º 0.99% 0.43% -
XYZ 8.69 4.24 12.16 -
YUV 44.76 158.61 174.53 -
System Red Green Blue C M Y K H S L
Decimal 110 1 99 0 0.99 0.1 0.57 306.06 0.98 0.22
Hex 6E 1 63 0 63 A 39 132 62 16
Octal 156 1 143 0 143 12 71 462 142 26
Binary 1101110 1 1100011 0 1100011 1010 111001 100110010 1100010 10110

Color Harmonies of #6E0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0163

Black with #6E0163

Text Example


Text Example

White with #6E0163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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