Html Css Color HEX #6E028D Purple

📋 copy color: '#6E028D'

red 110 ◦ green 2 ◦ blue 141

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

Shades of Purple #6E028D

Tints of Purple #6E028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 43.48%
G = 0.79%
B = 55.73%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E028D (or 0x6E028D) is known color: Purple. HEX triplet: 6E, 02 and 8D. RGB value is (110,2,141). Sum of RGB (Red+Green+Blue) = 110+2+141=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #6E028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E028D is #91FD72. Grayscale: #313131. Windows color (decimal): -9567603 or 9241198. OLE color: 9241198.

HSL color Cylindrical-coordinate representation of color #6E028D: hue angle of 286.62º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E028D is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 2 141 -
CMYK 0.22 0.99 0 0.45
HSL 286.62º 0.97% 0.28% -
HSV(B) 286.62º 0.99% 0.55% -
XYZ 11.26 5.28 25.63 -
YUV 50.14 179.28 170.7 -
System Red Green Blue C M Y K H S L
Decimal 110 2 141 0.22 0.99 0 0.45 286.62 0.97 0.28
Hex 6E 2 8D 16 63 0 2D 11F 61 1C
Octal 156 2 215 26 143 0 55 437 141 34
Binary 1101110 10 10001101 10110 1100011 0 101101 100011111 1100001 11100

Color Harmonies of #6E028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E028D

Black with #6E028D

Text Example


Text Example

White with #6E028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,2,141); }

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

background-color css

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

 a { background-color: rgb(110,2,141); }

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

border-color css

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

 span { border-color: rgb(110,2,141); }

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