Html Css Color HEX #6E028C Purple

📋 copy color: '#6E028C'

red 110 ◦ green 2 ◦ blue 140

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

Shades of Purple #6E028C

Tints of Purple #6E028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.56%

R = 43.65%
G = 0.79%
B = 55.56%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6E028C (or 0x6E028C) is known color: Purple. HEX triplet: 6E, 02 and 8C. RGB value is (110,2,140). Sum of RGB (Red+Green+Blue) = 110+2+140=252 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.65% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #6E028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6E028C is #91FD73. Grayscale: #313131. Windows color (decimal): -9567604 or 9175662. OLE color: 9175662.

HSL color Cylindrical-coordinate representation of color #6E028C: hue angle of 286.96º 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 #6E028C is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 110 2 140 -
CMYK 0.21 0.99 0 0.45
HSL 286.96º 0.97% 0.28% -
HSV(B) 286.96º 0.99% 0.55% -
XYZ 11.19 5.25 25.24 -
YUV 50.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 110 2 140 0.21 0.99 0 0.45 286.96 0.97 0.28
Hex 6E 2 8C 15 63 0 2D 11F 61 1C
Octal 156 2 214 25 143 0 55 437 141 34
Binary 1101110 10 10001100 10101 1100011 0 101101 100011111 1100001 11100

Color Harmonies of #6E028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E028C

Black with #6E028C

Text Example


Text Example

White with #6E028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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