Html Css Color HEX #6D0484 Purple

📋 copy color: '#6D0484'

red 109 ◦ green 4 ◦ blue 132

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

Shades of Purple #6D0484

Tints of Purple #6D0484

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 44.49%
G = 1.63%
B = 53.88%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D0484 (or 0x6D0484) is known color: Purple. HEX triplet: 6D, 04 and 84. RGB value is (109,4,132). Sum of RGB (Red+Green+Blue) = 109+4+132=245 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.49% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D0484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0484 is #92FB7B. Grayscale: #313131. Windows color (decimal): -9632636 or 8651885. OLE color: 8651885.

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

Color convert

RGB 109 4 132 -
CMYK 0.17 0.97 0 0.48
HSL 289.22º 0.94% 0.27% -
HSV(B) 289.22º 0.97% 0.52% -
XYZ 10.51 5 22.24 -
YUV 49.99 174.29 170.09 -
System Red Green Blue C M Y K H S L
Decimal 109 4 132 0.17 0.97 0 0.48 289.22 0.94 0.27
Hex 6D 4 84 11 61 0 30 121 5E 1B
Octal 155 4 204 21 141 0 60 441 136 33
Binary 1101101 100 10000100 10001 1100001 0 110000 100100001 1011110 11011

Color Harmonies of #6D0484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0484

Black with #6D0484

Text Example


Text Example

White with #6D0484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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