Html Css Color HEX #6E0573 Purple

📋 copy color: '#6E0573'

red 110 ◦ green 5 ◦ blue 115

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

Shades of Purple #6E0573

Tints of Purple #6E0573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.17%

 BLUE value IS 115 (45.31% from 255) = 50%

R = 47.83%
G = 2.17%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E0573 (or 0x6E0573) is known color: Purple. HEX triplet: 6E, 05 and 73. RGB value is (110,5,115). Sum of RGB (Red+Green+Blue) = 110+5+115=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 5 (2.34% from 255 or 2.17% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E0573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E0573 is #91FA8C. Grayscale: #303030. Windows color (decimal): -9566861 or 7538030. OLE color: 7538030.

HSL color Cylindrical-coordinate representation of color #6E0573: hue angle of 297.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6E0573 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 5 115 -
CMYK 0.04 0.96 0 0.55
HSL 297.27º 0.92% 0.24% -
HSV(B) 297.27º 0.96% 0.45% -
XYZ 9.58 4.66 16.61 -
YUV 48.94 165.29 171.56 -
System Red Green Blue C M Y K H S L
Decimal 110 5 115 0.04 0.96 0 0.55 297.27 0.92 0.24
Hex 6E 5 73 4 60 0 37 129 5C 18
Octal 156 5 163 4 140 0 67 451 134 30
Binary 1101110 101 1110011 100 1100000 0 110111 100101001 1011100 11000

Color Harmonies of #6E0573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0573

Black with #6E0573

Text Example


Text Example

White with #6E0573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,115); }

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

background-color css

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

 a { background-color: rgb(110,5,115); }

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

border-color css

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

 span { border-color: rgb(110,5,115); }

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