Html Css Color HEX #6D048D Purple

📋 copy color: '#6D048D'

red 109 ◦ green 4 ◦ blue 141

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

Shades of Purple #6D048D

Tints of Purple #6D048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 42.91%
G = 1.57%
B = 55.51%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D048D (or 0x6D048D) is known color: Purple. HEX triplet: 6D, 04 and 8D. RGB value is (109,4,141). Sum of RGB (Red+Green+Blue) = 109+4+141=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 4 (1.95% from 255 or 1.57% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #6D048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D048D is #92FB72. Grayscale: #323232. Windows color (decimal): -9632627 or 9241709. OLE color: 9241709.

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

Color convert

RGB 109 4 141 -
CMYK 0.23 0.97 0 0.45
HSL 285.99º 0.94% 0.28% -
HSV(B) 285.99º 0.97% 0.55% -
XYZ 11.16 5.26 25.63 -
YUV 51.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 109 4 141 0.23 0.97 0 0.45 285.99 0.94 0.28
Hex 6D 4 8D 17 61 0 2D 11E 5E 1C
Octal 155 4 215 27 141 0 55 436 136 34
Binary 1101101 100 10001101 10111 1100001 0 101101 100011110 1011110 11100

Color Harmonies of #6D048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D048D

Black with #6D048D

Text Example


Text Example

White with #6D048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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