Html Css Color HEX #6D0485 Purple

📋 copy color: '#6D0485'

red 109 ◦ green 4 ◦ blue 133

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

Shades of Purple #6D0485

Tints of Purple #6D0485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.07%

R = 44.31%
G = 1.63%
B = 54.07%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D0485 (or 0x6D0485) is known color: Purple. HEX triplet: 6D, 04 and 85. RGB value is (109,4,133). Sum of RGB (Red+Green+Blue) = 109+4+133=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D0485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0485 is #92FB7A. Grayscale: #313131. Windows color (decimal): -9632635 or 8717421. OLE color: 8717421.

HSL color Cylindrical-coordinate representation of color #6D0485: hue angle of 288.84º 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 #6D0485 is Cyan = 0.18, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 4 133 -
CMYK 0.18 0.97 0 0.48
HSL 288.84º 0.94% 0.27% -
HSV(B) 288.84º 0.97% 0.52% -
XYZ 10.58 5.03 22.6 -
YUV 50.1 174.79 170.01 -
System Red Green Blue C M Y K H S L
Decimal 109 4 133 0.18 0.97 0 0.48 288.84 0.94 0.27
Hex 6D 4 85 12 61 0 30 121 5E 1B
Octal 155 4 205 22 141 0 60 441 136 33
Binary 1101101 100 10000101 10010 1100001 0 110000 100100001 1011110 11011

Color Harmonies of #6D0485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0485

Black with #6D0485

Text Example


Text Example

White with #6D0485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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