Html Css Color HEX #6D017D Purple

📋 copy color: '#6D017D'

red 109 ◦ green 1 ◦ blue 125

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

Shades of Purple #6D017D

Tints of Purple #6D017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 46.38%
G = 0.43%
B = 53.19%

CMYK

 C value IS 0.13

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D017D (or 0x6D017D) is known color: Purple. HEX triplet: 6D, 01 and 7D. RGB value is (109,1,125). Sum of RGB (Red+Green+Blue) = 109+1+125=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D017D is #92FE82. Grayscale: #2F2F2F. Windows color (decimal): -9633411 or 8192365. OLE color: 8192365.

HSL color Cylindrical-coordinate representation of color #6D017D: hue angle of 292.26º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D017D is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 1 125 -
CMYK 0.13 0.99 0 0.51
HSL 292.26º 0.98% 0.25% -
HSV(B) 292.26º 0.99% 0.49% -
XYZ 10.02 4.75 19.79 -
YUV 47.43 171.78 171.92 -
System Red Green Blue C M Y K H S L
Decimal 109 1 125 0.13 0.99 0 0.51 292.26 0.98 0.25
Hex 6D 1 7D D 63 0 33 124 62 19
Octal 155 1 175 15 143 0 63 444 142 31
Binary 1101101 1 1111101 1101 1100011 0 110011 100100100 1100010 11001

Color Harmonies of #6D017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D017D

Black with #6D017D

Text Example


Text Example

White with #6D017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,125); }

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

background-color css

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

 a { background-color: rgb(109,1,125); }

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

border-color css

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

 span { border-color: rgb(109,1,125); }

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