Html Css Color HEX #6D0161 Purple

📋 copy color: '#6D0161'

red 109 ◦ green 1 ◦ blue 97

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

Shades of Purple #6D0161

Tints of Purple #6D0161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 46.86%

R = 52.66%
G = 0.48%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D0161 (or 0x6D0161) is known color: Purple. HEX triplet: 6D, 01 and 61. RGB value is (109,1,97). Sum of RGB (Red+Green+Blue) = 109+1+97=207 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.66% from 207); Green value is 1 (0.78% from 255 or 0.48% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0161 is #92FE9E. Grayscale: #2B2B2B. Windows color (decimal): -9633439 or 6357357. OLE color: 6357357.

HSL color Cylindrical-coordinate representation of color #6D0161: hue angle of 306.67º 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 #6D0161 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 1 97 -
CMYK 0 0.99 0.11 0.57
HSL 306.67º 0.98% 0.22% -
HSV(B) 306.67º 0.99% 0.43% -
XYZ 8.48 4.14 11.66 -
YUV 44.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 109 1 97 0 0.99 0.11 0.57 306.67 0.98 0.22
Hex 6D 1 61 0 63 B 39 133 62 16
Octal 155 1 141 0 143 13 71 463 142 26
Binary 1101101 1 1100001 0 1100011 1011 111001 100110011 1100010 10110

Color Harmonies of #6D0161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0161

Black with #6D0161

Text Example


Text Example

White with #6D0161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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