Html Css Color HEX #6D036C Purple

📋 copy color: '#6D036C'

red 109 ◦ green 3 ◦ blue 108

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

Shades of Purple #6D036C

Tints of Purple #6D036C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 49.55%
G = 1.36%
B = 49.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.57

RGB Variations

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

Color information

#6D036C (or 0x6D036C) is known color: Purple. HEX triplet: 6D, 03 and 6C. RGB value is (109,3,108). Sum of RGB (Red+Green+Blue) = 109+3+108=220 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.55% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 109 - color contains mainly: red. Hex color #6D036C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D036C is #92FC93. Grayscale: #2E2E2E. Windows color (decimal): -9632916 or 7078765. OLE color: 7078765.

HSL color Cylindrical-coordinate representation of color #6D036C: hue angle of 300.57º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6D036C is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 3 108 -
CMYK 0 0.97 0.01 0.57
HSL 300.57º 0.95% 0.22% -
HSV(B) 300.57º 0.97% 0.43% -
XYZ 9.05 4.4 14.56 -
YUV 46.66 162.62 172.46 -
System Red Green Blue C M Y K H S L
Decimal 109 3 108 0 0.97 0.01 0.57 300.57 0.95 0.22
Hex 6D 3 6C 0 61 1 39 12D 5F 16
Octal 155 3 154 0 141 1 71 455 137 26
Binary 1101101 11 1101100 0 1100001 1 111001 100101101 1011111 10110

Color Harmonies of #6D036C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D036C

Black with #6D036C

Text Example


Text Example

White with #6D036C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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