Html Css Color HEX #6D157C Purple

📋 copy color: '#6D157C'

red 109 ◦ green 21 ◦ blue 124

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

Shades of Purple #6D157C

Tints of Purple #6D157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.27%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 42.91%
G = 8.27%
B = 48.82%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D157C (or 0x6D157C) is known color: Purple. HEX triplet: 6D, 15 and 7C. RGB value is (109,21,124). Sum of RGB (Red+Green+Blue) = 109+21+124=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #6D157C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D157C is #92EA83. Grayscale: #3A3A3A. Windows color (decimal): -9628292 or 8131949. OLE color: 8131949.

HSL color Cylindrical-coordinate representation of color #6D157C: hue angle of 291.26º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D157C is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 21 124 -
CMYK 0.12 0.83 0 0.51
HSL 291.26º 0.71% 0.28% -
HSV(B) 291.26º 0.83% 0.49% -
XYZ 10.21 5.24 19.54 -
YUV 59.05 164.65 163.62 -
System Red Green Blue C M Y K H S L
Decimal 109 21 124 0.12 0.83 0 0.51 291.26 0.71 0.28
Hex 6D 15 7C C 53 0 33 123 47 1C
Octal 155 25 174 14 123 0 63 443 107 34
Binary 1101101 10101 1111100 1100 1010011 0 110011 100100011 1000111 11100

Color Harmonies of #6D157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D157C

Black with #6D157C

Text Example


Text Example

White with #6D157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,21,124); }

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

background-color css

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

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

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

border-color css

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

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

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