Html Css Color HEX #6D1477 Purple

📋 copy color: '#6D1477'

red 109 ◦ green 20 ◦ blue 119

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

Shades of Purple #6D1477

Tints of Purple #6D1477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 47.98%

R = 43.95%
G = 8.06%
B = 47.98%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6D1477 (or 0x6D1477) is known color: Purple. HEX triplet: 6D, 14 and 77. RGB value is (109,20,119). Sum of RGB (Red+Green+Blue) = 109+20+119=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D1477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D1477 is #92EB88. Grayscale: #393939. Windows color (decimal): -9628553 or 7804013. OLE color: 7804013.

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

Color convert

RGB 109 20 119 -
CMYK 0.08 0.83 0 0.53
HSL 293.94º 0.71% 0.27% -
HSV(B) 293.94º 0.83% 0.47% -
XYZ 9.89 5.08 17.91 -
YUV 57.9 162.49 164.45 -
System Red Green Blue C M Y K H S L
Decimal 109 20 119 0.08 0.83 0 0.53 293.94 0.71 0.27
Hex 6D 14 77 8 53 0 35 126 47 1B
Octal 155 24 167 10 123 0 65 446 107 33
Binary 1101101 10100 1110111 1000 1010011 0 110101 100100110 1000111 11011

Color Harmonies of #6D1477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1477

Black with #6D1477

Text Example


Text Example

White with #6D1477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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