Html Css Color HEX #6D028D Purple

📋 copy color: '#6D028D'

red 109 ◦ green 2 ◦ blue 141

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

Shades of Purple #6D028D

Tints of Purple #6D028D

RGB

 RED value IS 109 (42.97% from 255) = 43.25%

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

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

R = 43.25%
G = 0.79%
B = 55.95%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D028D (or 0x6D028D) is known color: Purple. HEX triplet: 6D, 02 and 8D. RGB value is (109,2,141). Sum of RGB (Red+Green+Blue) = 109+2+141=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D028D is #92FD72. Grayscale: #313131. Windows color (decimal): -9633139 or 9241197. OLE color: 9241197.

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

Color convert

RGB 109 2 141 -
CMYK 0.23 0.99 0 0.45
HSL 286.19º 0.97% 0.28% -
HSV(B) 286.19º 0.99% 0.55% -
XYZ 11.14 5.22 25.62 -
YUV 49.84 179.45 170.2 -
System Red Green Blue C M Y K H S L
Decimal 109 2 141 0.23 0.99 0 0.45 286.19 0.97 0.28
Hex 6D 2 8D 17 63 0 2D 11E 61 1C
Octal 155 2 215 27 143 0 55 436 141 34
Binary 1101101 10 10001101 10111 1100011 0 101101 100011110 1100001 11100

Color Harmonies of #6D028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D028D

Black with #6D028D

Text Example


Text Example

White with #6D028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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