Html Css Color HEX #6D0196 Purple

📋 copy color: '#6D0196'

red 109 ◦ green 1 ◦ blue 150

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

Shades of Purple #6D0196

Tints of Purple #6D0196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.69%

R = 41.92%
G = 0.38%
B = 57.69%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6D0196 (or 0x6D0196) is known color: Purple. HEX triplet: 6D, 01 and 96. RGB value is (109,1,150). Sum of RGB (Red+Green+Blue) = 109+1+150=260 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.92% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D0196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0196 is #92FE69. Grayscale: #313131. Windows color (decimal): -9633386 or 9830765. OLE color: 9830765.

HSL color Cylindrical-coordinate representation of color #6D0196: hue angle of 283.49º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0196 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 1 150 -
CMYK 0.27 0.99 0 0.41
HSL 283.49º 0.99% 0.3% -
HSV(B) 283.49º 0.99% 0.59% -
XYZ 11.82 5.47 29.29 -
YUV 50.28 184.28 169.88 -
System Red Green Blue C M Y K H S L
Decimal 109 1 150 0.27 0.99 0 0.41 283.49 0.99 0.3
Hex 6D 1 96 1B 63 0 29 11B 63 1E
Octal 155 1 226 33 143 0 51 433 143 36
Binary 1101101 1 10010110 11011 1100011 0 101001 100011011 1100011 11110

Color Harmonies of #6D0196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0196

Black with #6D0196

Text Example


Text Example

White with #6D0196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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