Html Css Color HEX #6D087D Purple

📋 copy color: '#6D087D'

red 109 ◦ green 8 ◦ blue 125

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

Shades of Purple #6D087D

Tints of Purple #6D087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 125 (49.22% from 255) = 51.65%

R = 45.04%
G = 3.31%
B = 51.65%

CMYK

 C value IS 0.13

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#6D087D (or 0x6D087D) is known color: Purple. HEX triplet: 6D, 08 and 7D. RGB value is (109,8,125). Sum of RGB (Red+Green+Blue) = 109+8+125=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 125 (49.22% from 255 or 51.65% from 242); Max value from RGB is 125 - color contains mainly: blue. Hex color #6D087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D087D is #92F782. Grayscale: #333333. Windows color (decimal): -9631619 or 8194157. OLE color: 8194157.

HSL color Cylindrical-coordinate representation of color #6D087D: hue angle of 291.79º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6D087D is Cyan = 0.13, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 8 125 -
CMYK 0.13 0.94 0 0.51
HSL 291.79º 0.88% 0.26% -
HSV(B) 291.79º 0.94% 0.49% -
XYZ 10.1 4.91 19.82 -
YUV 51.54 169.46 168.99 -
System Red Green Blue C M Y K H S L
Decimal 109 8 125 0.13 0.94 0 0.51 291.79 0.88 0.26
Hex 6D 8 7D D 5E 0 33 124 58 1A
Octal 155 10 175 15 136 0 63 444 130 32
Binary 1101101 1000 1111101 1101 1011110 0 110011 100100100 1011000 11010

Color Harmonies of #6D087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D087D

Black with #6D087D

Text Example


Text Example

White with #6D087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,8,125); }

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

background-color css

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

 a { background-color: rgb(109,8,125); }

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

border-color css

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

 span { border-color: rgb(109,8,125); }

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