Html Css Color HEX #6D0C71 Purple

📋 copy color: '#6D0C71'

red 109 ◦ green 12 ◦ blue 113

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

Shades of Purple #6D0C71

Tints of Purple #6D0C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.13%

 BLUE value IS 113 (44.53% from 255) = 48.29%

R = 46.58%
G = 5.13%
B = 48.29%

CMYK

 C value IS 0.04

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6D0C71 (or 0x6D0C71) is known color: Purple. HEX triplet: 6D, 0C and 71. RGB value is (109,12,113). Sum of RGB (Red+Green+Blue) = 109+12+113=234 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.58% from 234); Green value is 12 (5.08% from 255 or 5.13% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #6D0C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0C71 is #92F38E. Grayscale: #343434. Windows color (decimal): -9630607 or 7408749. OLE color: 7408749.

HSL color Cylindrical-coordinate representation of color #6D0C71: hue angle of 297.62º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D0C71 is Cyan = 0.04, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 109 12 113 -
CMYK 0.04 0.89 0 0.56
HSL 297.62º 0.81% 0.25% -
HSV(B) 297.62º 0.89% 0.44% -
XYZ 9.42 4.71 16.03 -
YUV 52.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 109 12 113 0.04 0.89 0 0.56 297.62 0.81 0.25
Hex 6D C 71 4 59 0 38 12A 51 19
Octal 155 14 161 4 131 0 70 452 121 31
Binary 1101101 1100 1110001 100 1011001 0 111000 100101010 1010001 11001

Color Harmonies of #6D0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C71

Black with #6D0C71

Text Example


Text Example

White with #6D0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,12,113); }

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

background-color css

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

 a { background-color: rgb(109,12,113); }

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

border-color css

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

 span { border-color: rgb(109,12,113); }

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