Html Css Color HEX #6D038E Purple

📋 copy color: '#6D038E'

red 109 ◦ green 3 ◦ blue 142

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

Shades of Purple #6D038E

Tints of Purple #6D038E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 142 (55.86% from 255) = 55.91%

R = 42.91%
G = 1.18%
B = 55.91%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D038E (or 0x6D038E) is known color: Purple. HEX triplet: 6D, 03 and 8E. RGB value is (109,3,142). Sum of RGB (Red+Green+Blue) = 109+3+142=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #6D038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D038E is #92FC71. Grayscale: #323232. Windows color (decimal): -9632882 or 9306989. OLE color: 9306989.

HSL color Cylindrical-coordinate representation of color #6D038E: hue angle of 285.76º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D038E is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 3 142 -
CMYK 0.23 0.98 0 0.44
HSL 285.76º 0.96% 0.28% -
HSV(B) 285.76º 0.98% 0.56% -
XYZ 11.22 5.27 26.02 -
YUV 50.54 179.62 169.7 -
System Red Green Blue C M Y K H S L
Decimal 109 3 142 0.23 0.98 0 0.44 285.76 0.96 0.28
Hex 6D 3 8E 17 62 0 2C 11E 60 1C
Octal 155 3 216 27 142 0 54 436 140 34
Binary 1101101 11 10001110 10111 1100010 0 101100 100011110 1100000 11100

Color Harmonies of #6D038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D038E

Black with #6D038E

Text Example


Text Example

White with #6D038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,3,142); }

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

background-color css

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

 a { background-color: rgb(109,3,142); }

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

border-color css

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

 span { border-color: rgb(109,3,142); }

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