Html Css Color HEX #6D0488 Purple

📋 copy color: '#6D0488'

red 109 ◦ green 4 ◦ blue 136

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

Shades of Purple #6D0488

Tints of Purple #6D0488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 54.62%

R = 43.78%
G = 1.61%
B = 54.62%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#6D0488 (or 0x6D0488) is known color: Purple. HEX triplet: 6D, 04 and 88. RGB value is (109,4,136). Sum of RGB (Red+Green+Blue) = 109+4+136=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D0488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0488 is #92FB77. Grayscale: #323232. Windows color (decimal): -9632632 or 8914029. OLE color: 8914029.

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

Color convert

RGB 109 4 136 -
CMYK 0.20 0.97 0 0.47
HSL 287.73º 0.94% 0.27% -
HSV(B) 287.73º 0.97% 0.53% -
XYZ 10.79 5.12 23.71 -
YUV 50.44 176.29 169.77 -
System Red Green Blue C M Y K H S L
Decimal 109 4 136 0.20 0.97 0 0.47 287.73 0.94 0.27
Hex 6D 4 88 14 61 0 2F 120 5E 1B
Octal 155 4 210 24 141 0 57 440 136 33
Binary 1101101 100 10001000 10100 1100001 0 101111 100100000 1011110 11011

Color Harmonies of #6D0488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0488

Black with #6D0488

Text Example


Text Example

White with #6D0488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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