Html Css Color HEX #6D0885 Purple

📋 copy color: '#6D0885'

red 109 ◦ green 8 ◦ blue 133

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

Shades of Purple #6D0885

Tints of Purple #6D0885

RGB

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

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

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

R = 43.6%
G = 3.2%
B = 53.2%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#6D0885 (or 0x6D0885) is known color: Purple. HEX triplet: 6D, 08 and 85. RGB value is (109,8,133). Sum of RGB (Red+Green+Blue) = 109+8+133=250 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.6% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 133 (52.34% from 255 or 53.2% from 250); Max value from RGB is 133 - color contains mainly: blue. Hex color #6D0885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0885 is #92F77A. Grayscale: #343434. Windows color (decimal): -9631611 or 8718445. OLE color: 8718445.

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

Color convert

RGB 109 8 133 -
CMYK 0.18 0.94 0 0.48
HSL 288.48º 0.89% 0.28% -
HSV(B) 288.48º 0.94% 0.52% -
XYZ 10.63 5.12 22.62 -
YUV 52.45 173.46 168.34 -
System Red Green Blue C M Y K H S L
Decimal 109 8 133 0.18 0.94 0 0.48 288.48 0.89 0.28
Hex 6D 8 85 12 5E 0 30 120 59 1C
Octal 155 10 205 22 136 0 60 440 131 34
Binary 1101101 1000 10000101 10010 1011110 0 110000 100100000 1011001 11100

Color Harmonies of #6D0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0885

Black with #6D0885

Text Example


Text Example

White with #6D0885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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