Html Css Color HEX #6E1577 Purple

📋 copy color: '#6E1577'

red 110 ◦ green 21 ◦ blue 119

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

Shades of Purple #6E1577

Tints of Purple #6E1577

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.4%

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 44%
G = 8.4%
B = 47.6%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E1577 (or 0x6E1577) is known color: Purple. HEX triplet: 6E, 15 and 77. RGB value is (110,21,119). Sum of RGB (Red+Green+Blue) = 110+21+119=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E1577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1577 is #91EA88. Grayscale: #3A3A3A. Windows color (decimal): -9562761 or 7804270. OLE color: 7804270.

HSL color Cylindrical-coordinate representation of color #6E1577: hue angle of 294.49º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6E1577 is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 21 119 -
CMYK 0.08 0.82 0 0.53
HSL 294.49º 0.7% 0.27% -
HSV(B) 294.49º 0.82% 0.47% -
XYZ 10.03 5.18 17.92 -
YUV 58.78 161.99 164.53 -
System Red Green Blue C M Y K H S L
Decimal 110 21 119 0.08 0.82 0 0.53 294.49 0.7 0.27
Hex 6E 15 77 8 52 0 35 126 46 1B
Octal 156 25 167 10 122 0 65 446 106 33
Binary 1101110 10101 1110111 1000 1010010 0 110101 100100110 1000110 11011

Color Harmonies of #6E1577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1577

Black with #6E1577

Text Example


Text Example

White with #6E1577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,21,119); }

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

background-color css

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

 a { background-color: rgb(110,21,119); }

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

border-color css

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

 span { border-color: rgb(110,21,119); }

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