Html Css Color HEX #6D1479 Purple

📋 copy color: '#6D1479'

red 109 ◦ green 20 ◦ blue 121

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

Shades of Purple #6D1479

Tints of Purple #6D1479

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 121 (47.66% from 255) = 48.4%

R = 43.6%
G = 8%
B = 48.4%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D1479 (or 0x6D1479) is known color: Purple. HEX triplet: 6D, 14 and 79. RGB value is (109,20,121). Sum of RGB (Red+Green+Blue) = 109+20+121=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #6D1479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1479 is #92EB86. Grayscale: #393939. Windows color (decimal): -9628551 or 7935085. OLE color: 7935085.

HSL color Cylindrical-coordinate representation of color #6D1479: hue angle of 292.87º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1479 is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 20 121 -
CMYK 0.10 0.83 0 0.53
HSL 292.87º 0.72% 0.28% -
HSV(B) 292.87º 0.83% 0.47% -
XYZ 10.01 5.13 18.55 -
YUV 58.13 163.49 164.29 -
System Red Green Blue C M Y K H S L
Decimal 109 20 121 0.10 0.83 0 0.53 292.87 0.72 0.28
Hex 6D 14 79 A 53 0 35 125 48 1C
Octal 155 24 171 12 123 0 65 445 110 34
Binary 1101101 10100 1111001 1010 1010011 0 110101 100100101 1001000 11100

Color Harmonies of #6D1479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1479

Black with #6D1479

Text Example


Text Example

White with #6D1479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,20,121); }

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

background-color css

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

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

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

border-color css

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

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

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