Html Css Color HEX #6D1272 Purple

📋 copy color: '#6D1272'

red 109 ◦ green 18 ◦ blue 114

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

Shades of Purple #6D1272

Tints of Purple #6D1272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.47%

 BLUE value IS 114 (44.92% from 255) = 47.3%

R = 45.23%
G = 7.47%
B = 47.3%

CMYK

 C value IS 0.04

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D1272 (or 0x6D1272) is known color: Purple. HEX triplet: 6D, 12 and 72. RGB value is (109,18,114). Sum of RGB (Red+Green+Blue) = 109+18+114=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 114 (44.92% from 255 or 47.30% from 241); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D1272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1272 is #92ED8D. Grayscale: #373737. Windows color (decimal): -9629070 or 7475821. OLE color: 7475821.

HSL color Cylindrical-coordinate representation of color #6D1272: hue angle of 296.88º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1272 is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 18 114 -
CMYK 0.04 0.84 0 0.55
HSL 296.88º 0.73% 0.26% -
HSV(B) 296.88º 0.84% 0.45% -
XYZ 9.56 4.9 16.36 -
YUV 56.15 160.65 165.69 -
System Red Green Blue C M Y K H S L
Decimal 109 18 114 0.04 0.84 0 0.55 296.88 0.73 0.26
Hex 6D 12 72 4 54 0 37 129 49 1A
Octal 155 22 162 4 124 0 67 451 111 32
Binary 1101101 10010 1110010 100 1010100 0 110111 100101001 1001001 11010

Color Harmonies of #6D1272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1272

Black with #6D1272

Text Example


Text Example

White with #6D1272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,18,114); }

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

background-color css

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

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

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

border-color css

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

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

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