Html Css Color HEX #6D1490 Purple

📋 copy color: '#6D1490'

red 109 ◦ green 20 ◦ blue 144

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

Shades of Purple #6D1490

Tints of Purple #6D1490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.75%

R = 39.93%
G = 7.33%
B = 52.75%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6D1490 (or 0x6D1490) is known color: Purple. HEX triplet: 6D, 14 and 90. RGB value is (109,20,144). Sum of RGB (Red+Green+Blue) = 109+20+144=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D1490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1490 is #92EB6F. Grayscale: #3C3C3C. Windows color (decimal): -9628528 or 9442413. OLE color: 9442413.

HSL color Cylindrical-coordinate representation of color #6D1490: hue angle of 283.06º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6D1490 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 20 144 -
CMYK 0.24 0.86 0 0.44
HSL 283.06º 0.76% 0.32% -
HSV(B) 283.06º 0.86% 0.56% -
XYZ 11.59 5.77 26.89 -
YUV 60.75 174.99 162.42 -
System Red Green Blue C M Y K H S L
Decimal 109 20 144 0.24 0.86 0 0.44 283.06 0.76 0.32
Hex 6D 14 90 18 56 0 2C 11B 4C 20
Octal 155 24 220 30 126 0 54 433 114 40
Binary 1101101 10100 10010000 11000 1010110 0 101100 100011011 1001100 100000

Color Harmonies of #6D1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1490

Black with #6D1490

Text Example


Text Example

White with #6D1490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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