Html Css Color HEX #6D0A84 Purple

📋 copy color: '#6D0A84'

red 109 ◦ green 10 ◦ blue 132

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

Shades of Purple #6D0A84

Tints of Purple #6D0A84

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.98%

 BLUE value IS 132 (51.95% from 255) = 52.59%

R = 43.43%
G = 3.98%
B = 52.59%

CMYK

 C value IS 0.17

 M value IS 0.92

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D0A84 (or 0x6D0A84) is known color: Purple. HEX triplet: 6D, 0A and 84. RGB value is (109,10,132). Sum of RGB (Red+Green+Blue) = 109+10+132=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D0A84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0A84 is #92F57B. Grayscale: #353535. Windows color (decimal): -9631100 or 8653421. OLE color: 8653421.

HSL color Cylindrical-coordinate representation of color #6D0A84: hue angle of 288.69º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D0A84 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 10 132 -
CMYK 0.17 0.92 0 0.48
HSL 288.69º 0.86% 0.28% -
HSV(B) 288.69º 0.92% 0.52% -
XYZ 10.58 5.13 22.26 -
YUV 53.51 172.3 167.58 -
System Red Green Blue C M Y K H S L
Decimal 109 10 132 0.17 0.92 0 0.48 288.69 0.86 0.28
Hex 6D A 84 11 5C 0 30 121 56 1C
Octal 155 12 204 21 134 0 60 441 126 34
Binary 1101101 1010 10000100 10001 1011100 0 110000 100100001 1010110 11100

Color Harmonies of #6D0A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A84

Black with #6D0A84

Text Example


Text Example

White with #6D0A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,10,132); }

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

background-color css

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

 a { background-color: rgb(109,10,132); }

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

border-color css

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

 span { border-color: rgb(109,10,132); }

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