Html Css Color HEX #6D0169 Purple

📋 copy color: '#6D0169'

red 109 ◦ green 1 ◦ blue 105

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

Shades of Purple #6D0169

Tints of Purple #6D0169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 105 (41.41% from 255) = 48.84%

R = 50.7%
G = 0.47%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#6D0169 (or 0x6D0169) is known color: Purple. HEX triplet: 6D, 01 and 69. RGB value is (109,1,105). Sum of RGB (Red+Green+Blue) = 109+1+105=215 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.70% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0169 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0169 is #92FE96. Grayscale: #2C2C2C. Windows color (decimal): -9633431 or 6881645. OLE color: 6881645.

HSL color Cylindrical-coordinate representation of color #6D0169: hue angle of 302.22º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0169 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 1 105 -
CMYK 0 0.99 0.04 0.57
HSL 302.22º 0.98% 0.22% -
HSV(B) 302.22º 0.99% 0.43% -
XYZ 8.87 4.29 13.73 -
YUV 45.15 161.78 173.54 -
System Red Green Blue C M Y K H S L
Decimal 109 1 105 0 0.99 0.04 0.57 302.22 0.98 0.22
Hex 6D 1 69 0 63 4 39 12E 62 16
Octal 155 1 151 0 143 4 71 456 142 26
Binary 1101101 1 1101001 0 1100011 100 111001 100101110 1100010 10110

Color Harmonies of #6D0169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0169

Black with #6D0169

Text Example


Text Example

White with #6D0169

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,1,105); }

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

background-color css

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

 a { background-color: rgb(109,1,105); }

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

border-color css

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

 span { border-color: rgb(109,1,105); }

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