Html Css Color HEX #6D038C Purple

📋 copy color: '#6D038C'

red 109 ◦ green 3 ◦ blue 140

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

Shades of Purple #6D038C

Tints of Purple #6D038C

RGB

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

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

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

R = 43.25%
G = 1.19%
B = 55.56%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6D038C (or 0x6D038C) is known color: Purple. HEX triplet: 6D, 03 and 8C. RGB value is (109,3,140). Sum of RGB (Red+Green+Blue) = 109+3+140=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 3 (1.56% from 255 or 1.19% 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 #6D038C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D038C is #92FC73. Grayscale: #313131. Windows color (decimal): -9632884 or 9175917. OLE color: 9175917.

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

Color convert

RGB 109 3 140 -
CMYK 0.22 0.98 0 0.45
HSL 286.42º 0.96% 0.28% -
HSV(B) 286.42º 0.98% 0.55% -
XYZ 11.07 5.21 25.23 -
YUV 50.31 178.62 169.86 -
System Red Green Blue C M Y K H S L
Decimal 109 3 140 0.22 0.98 0 0.45 286.42 0.96 0.28
Hex 6D 3 8C 16 62 0 2D 11E 60 1C
Octal 155 3 214 26 142 0 55 436 140 34
Binary 1101101 11 10001100 10110 1100010 0 101101 100011110 1100000 11100

Color Harmonies of #6D038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D038C

Black with #6D038C

Text Example


Text Example

White with #6D038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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