Html Css Color HEX #6D0272 Purple

📋 copy color: '#6D0272'

red 109 ◦ green 2 ◦ blue 114

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

Shades of Purple #6D0272

Tints of Purple #6D0272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50.67%

R = 48.44%
G = 0.89%
B = 50.67%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D0272 (or 0x6D0272) is known color: Purple. HEX triplet: 6D, 02 and 72. RGB value is (109,2,114). Sum of RGB (Red+Green+Blue) = 109+2+114=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 2 (1.17% from 255 or 0.89% from 225); Blue value is 114 (44.92% from 255 or 50.67% from 225); Max value from RGB is 114 - color contains mainly: blue. Hex color #6D0272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0272 is #92FD8D. Grayscale: #2E2E2E. Windows color (decimal): -9633166 or 7471725. OLE color: 7471725.

HSL color Cylindrical-coordinate representation of color #6D0272: hue angle of 297.32º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6D0272 is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 2 114 -
CMYK 0.04 0.98 0 0.55
HSL 297.32º 0.97% 0.23% -
HSV(B) 297.32º 0.98% 0.45% -
XYZ 9.37 4.51 16.3 -
YUV 46.76 165.95 172.39 -
System Red Green Blue C M Y K H S L
Decimal 109 2 114 0.04 0.98 0 0.55 297.32 0.97 0.23
Hex 6D 2 72 4 62 0 37 129 61 17
Octal 155 2 162 4 142 0 67 451 141 27
Binary 1101101 10 1110010 100 1100010 0 110111 100101001 1100001 10111

Color Harmonies of #6D0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0272

Black with #6D0272

Text Example


Text Example

White with #6D0272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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