Html Css Color HEX #6D1084 Purple

📋 copy color: '#6D1084'

red 109 ◦ green 16 ◦ blue 132

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

Shades of Purple #6D1084

Tints of Purple #6D1084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

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

R = 42.41%
G = 6.23%
B = 51.36%

CMYK

 C value IS 0.17

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D1084 (or 0x6D1084) is known color: Purple. HEX triplet: 6D, 10 and 84. RGB value is (109,16,132). Sum of RGB (Red+Green+Blue) = 109+16+132=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #6D1084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D1084 is #92EF7B. Grayscale: #383838. Windows color (decimal): -9629564 or 8654957. OLE color: 8654957.

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

Color convert

RGB 109 16 132 -
CMYK 0.17 0.88 0 0.48
HSL 288.1º 0.78% 0.29% -
HSV(B) 288.1º 0.88% 0.52% -
XYZ 10.66 5.29 22.29 -
YUV 57.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 109 16 132 0.17 0.88 0 0.48 288.1 0.78 0.29
Hex 6D 10 84 11 58 0 30 120 4E 1D
Octal 155 20 204 21 130 0 60 440 116 35
Binary 1101101 10000 10000100 10001 1011000 0 110000 100100000 1001110 11101

Color Harmonies of #6D1084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1084

Black with #6D1084

Text Example


Text Example

White with #6D1084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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