Html Css Color HEX #6D046D Purple

📋 copy color: '#6D046D'

red 109 ◦ green 4 ◦ blue 109

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

Shades of Purple #6D046D

Tints of Purple #6D046D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 49.1%

R = 49.1%
G = 1.8%
B = 49.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D046D (or 0x6D046D) is known color: Purple. HEX triplet: 6D, 04 and 6D. RGB value is (109,4,109). Sum of RGB (Red+Green+Blue) = 109+4+109=222 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.10% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D046D is #92FB92. Grayscale: #2F2F2F. Windows color (decimal): -9632659 or 7144557. OLE color: 7144557.

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

Color convert

RGB 109 4 109 -
CMYK 0 0.96 0 0.57
HSL 300º 0.93% 0.22% -
HSV(B) 300º 0.96% 0.43% -
XYZ 9.11 4.44 14.85 -
YUV 47.37 162.79 171.96 -
System Red Green Blue C M Y K H S L
Decimal 109 4 109 0 0.96 0 0.57 300 0.93 0.22
Hex 6D 4 6D 0 60 0 39 12C 5D 16
Octal 155 4 155 0 140 0 71 454 135 26
Binary 1101101 100 1101101 0 1100000 0 111001 100101100 1011101 10110

Color Harmonies of #6D046D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D046D

Black with #6D046D

Text Example


Text Example

White with #6D046D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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