Html Css Color HEX #6E015F Purple

📋 copy color: '#6E015F'

red 110 ◦ green 1 ◦ blue 95

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

Shades of Purple #6E015F

Tints of Purple #6E015F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 46.12%

R = 53.4%
G = 0.49%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E015F (or 0x6E015F) is known color: Purple. HEX triplet: 6E, 01 and 5F. RGB value is (110,1,95). Sum of RGB (Red+Green+Blue) = 110+1+95=206 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.40% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 95 (37.5% from 255 or 46.12% from 206); Max value from RGB is 110 - color contains mainly: red. Hex color #6E015F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E015F is #91FEA0. Grayscale: #2C2C2C. Windows color (decimal): -9567905 or 6226286. OLE color: 6226286.

HSL color Cylindrical-coordinate representation of color #6E015F: hue angle of 308.26º 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 #6E015F is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 1 95 -
CMYK 0 0.99 0.14 0.57
HSL 308.26º 0.98% 0.22% -
HSV(B) 308.26º 0.99% 0.43% -
XYZ 8.51 4.16 11.18 -
YUV 44.31 156.61 174.86 -
System Red Green Blue C M Y K H S L
Decimal 110 1 95 0 0.99 0.14 0.57 308.26 0.98 0.22
Hex 6E 1 5F 0 63 E 39 134 62 16
Octal 156 1 137 0 143 16 71 464 142 26
Binary 1101110 1 1011111 0 1100011 1110 111001 100110100 1100010 10110

Color Harmonies of #6E015F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E015F

Black with #6E015F

Text Example


Text Example

White with #6E015F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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