Html Css Color HEX #6D0163 Purple

📋 copy color: '#6D0163'

red 109 ◦ green 1 ◦ blue 99

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

Shades of Purple #6D0163

Tints of Purple #6D0163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.37%

R = 52.15%
G = 0.48%
B = 47.37%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.09

 K value IS 0.57

RGB Variations

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

Color information

#6D0163 (or 0x6D0163) is known color: Purple. HEX triplet: 6D, 01 and 63. RGB value is (109,1,99). Sum of RGB (Red+Green+Blue) = 109+1+99=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0163 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6D0163 is #92FE9C. Grayscale: #2C2C2C. Windows color (decimal): -9633437 or 6488429. OLE color: 6488429.

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

Color convert

RGB 109 1 99 -
CMYK 0 0.99 0.09 0.57
HSL 305.56º 0.98% 0.22% -
HSV(B) 305.56º 0.99% 0.43% -
XYZ 8.57 4.17 12.16 -
YUV 44.46 158.78 174.03 -
System Red Green Blue C M Y K H S L
Decimal 109 1 99 0 0.99 0.09 0.57 305.56 0.98 0.22
Hex 6D 1 63 0 63 9 39 132 62 16
Octal 155 1 143 0 143 11 71 462 142 26
Binary 1101101 1 1100011 0 1100011 1001 111001 100110010 1100010 10110

Color Harmonies of #6D0163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0163

Black with #6D0163

Text Example


Text Example

White with #6D0163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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