Html Css Color HEX #6D038D Purple

📋 copy color: '#6D038D'

red 109 ◦ green 3 ◦ blue 141

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

Shades of Purple #6D038D

Tints of Purple #6D038D

RGB

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

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

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

R = 43.08%
G = 1.19%
B = 55.73%

CMYK

 C value IS 0.23

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D038D (or 0x6D038D) is known color: Purple. HEX triplet: 6D, 03 and 8D. RGB value is (109,3,141). Sum of RGB (Red+Green+Blue) = 109+3+141=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 3 (1.56% from 255 or 1.19% 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 #6D038D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D038D is #92FC72. Grayscale: #313131. Windows color (decimal): -9632883 or 9241453. OLE color: 9241453.

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

Color convert

RGB 109 3 141 -
CMYK 0.23 0.98 0 0.45
HSL 286.09º 0.96% 0.28% -
HSV(B) 286.09º 0.98% 0.55% -
XYZ 11.15 5.24 25.62 -
YUV 50.43 179.12 169.78 -
System Red Green Blue C M Y K H S L
Decimal 109 3 141 0.23 0.98 0 0.45 286.09 0.96 0.28
Hex 6D 3 8D 17 62 0 2D 11E 60 1C
Octal 155 3 215 27 142 0 55 436 140 34
Binary 1101101 11 10001101 10111 1100010 0 101101 100011110 1100000 11100

Color Harmonies of #6D038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D038D

Black with #6D038D

Text Example


Text Example

White with #6D038D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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