Html Css Color HEX #6D0261 Purple

📋 copy color: '#6D0261'

red 109 ◦ green 2 ◦ blue 97

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

Shades of Purple #6D0261

Tints of Purple #6D0261

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

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

R = 52.4%
G = 0.96%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.57

RGB Variations

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

Color information

#6D0261 (or 0x6D0261) is known color: Purple. HEX triplet: 6D, 02 and 61. RGB value is (109,2,97). Sum of RGB (Red+Green+Blue) = 109+2+97=208 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.40% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0261 is #92FD9E. Grayscale: #2C2C2C. Windows color (decimal): -9633183 or 6357613. OLE color: 6357613.

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

Color convert

RGB 109 2 97 -
CMYK 0 0.98 0.11 0.57
HSL 306.73º 0.96% 0.22% -
HSV(B) 306.73º 0.98% 0.43% -
XYZ 8.49 4.16 11.66 -
YUV 44.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 109 2 97 0 0.98 0.11 0.57 306.73 0.96 0.22
Hex 6D 2 61 0 62 B 39 133 60 16
Octal 155 2 141 0 142 13 71 463 140 26
Binary 1101101 10 1100001 0 1100010 1011 111001 100110011 1100000 10110

Color Harmonies of #6D0261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0261

Black with #6D0261

Text Example


Text Example

White with #6D0261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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