Html Css Color HEX #6E1578 Purple

📋 copy color: '#6E1578'

red 110 ◦ green 21 ◦ blue 120

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

Shades of Purple #6E1578

Tints of Purple #6E1578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.81%

R = 43.82%
G = 8.37%
B = 47.81%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6E1578 (or 0x6E1578) is known color: Purple. HEX triplet: 6E, 15 and 78. RGB value is (110,21,120). Sum of RGB (Red+Green+Blue) = 110+21+120=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #6E1578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1578 is #91EA87. Grayscale: #3A3A3A. Windows color (decimal): -9562760 or 7869806. OLE color: 7869806.

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

Color convert

RGB 110 21 120 -
CMYK 0.08 0.83 0 0.53
HSL 293.94º 0.7% 0.28% -
HSV(B) 293.94º 0.83% 0.47% -
XYZ 10.09 5.21 18.24 -
YUV 58.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 110 21 120 0.08 0.83 0 0.53 293.94 0.7 0.28
Hex 6E 15 78 8 53 0 35 126 46 1C
Octal 156 25 170 10 123 0 65 446 106 34
Binary 1101110 10101 1111000 1000 1010011 0 110101 100100110 1000110 11100

Color Harmonies of #6E1578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1578

Black with #6E1578

Text Example


Text Example

White with #6E1578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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