Html Css Color HEX #6E005F Purple

📋 copy color: '#6E005F'

red 110 ◦ green 0 ◦ blue 95

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

Shades of Purple #6E005F

Tints of Purple #6E005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.66%
G = 0%
B = 46.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6E005F (or 0x6E005F) is known color: Purple. HEX triplet: 6E, 00 and 5F. RGB value is (110,0,95). Sum of RGB (Red+Green+Blue) = 110+0+95=205 (27% of max value = 765). Red value is 110 (43.36% from 255 or 53.66% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 95 (37.5% from 255 or 46.34% from 205); Max value from RGB is 110 - color contains mainly: red. Hex color #6E005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E005F is #91FFA0. Grayscale: #2B2B2B. Windows color (decimal): -9568161 or 6226030. OLE color: 6226030.

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

Color convert

RGB 110 0 95 -
CMYK 0 1 0.14 0.57
HSL 308.18º 1% 0.22% -
HSV(B) 308.18º 1% 0.43% -
XYZ 8.5 4.14 11.18 -
YUV 43.72 156.94 175.28 -
System Red Green Blue C M Y K H S L
Decimal 110 0 95 0 1 0.14 0.57 308.18 1 0.22
Hex 6E 0 5F 0 64 E 39 134 64 16
Octal 156 0 137 0 144 16 71 464 144 26
Binary 1101110 0 1011111 0 1100100 1110 111001 100110100 1100100 10110

Color Harmonies of #6E005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E005F

Black with #6E005F

Text Example


Text Example

White with #6E005F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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