Html Css Color HEX #6D0099 Purple

📋 copy color: '#6D0099'

red 109 ◦ green 0 ◦ blue 153

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

Shades of Purple #6D0099

Tints of Purple #6D0099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 58.4%

R = 41.6%
G = 0%
B = 58.4%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6D0099 (or 0x6D0099) is known color: Purple. HEX triplet: 6D, 00 and 99. RGB value is (109,0,153). Sum of RGB (Red+Green+Blue) = 109+0+153=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 153 (60.16% from 255 or 58.40% from 262); Max value from RGB is 153 - color contains mainly: blue. Hex color #6D0099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0099 is #92FF66. Grayscale: #313131. Windows color (decimal): -9633639 or 10027117. OLE color: 10027117.

HSL color Cylindrical-coordinate representation of color #6D0099: hue angle of 282.75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0099 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 109 0 153 -
CMYK 0.29 1 0 0.4
HSL 282.75º 1% 0.3% -
HSV(B) 282.75º 1% 0.6% -
XYZ 12.06 5.55 30.57 -
YUV 50.03 186.11 170.06 -
System Red Green Blue C M Y K H S L
Decimal 109 0 153 0.29 1 0 0.4 282.75 1 0.3
Hex 6D 0 99 1D 64 0 28 11B 64 1E
Octal 155 0 231 35 144 0 50 433 144 36
Binary 1101101 0 10011001 11101 1100100 0 101000 100011011 1100100 11110

Color Harmonies of #6D0099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0099

Black with #6D0099

Text Example


Text Example

White with #6D0099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,0,153); }

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

background-color css

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

 a { background-color: rgb(109,0,153); }

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

border-color css

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

 span { border-color: rgb(109,0,153); }

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