Html Css Color HEX #6D0194 Purple

📋 copy color: '#6D0194'

red 109 ◦ green 1 ◦ blue 148

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

Shades of Purple #6D0194

Tints of Purple #6D0194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.36%

R = 42.25%
G = 0.39%
B = 57.36%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D0194 (or 0x6D0194) is known color: Purple. HEX triplet: 6D, 01 and 94. RGB value is (109,1,148). Sum of RGB (Red+Green+Blue) = 109+1+148=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #6D0194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0194 is #92FE6B. Grayscale: #313131. Windows color (decimal): -9633388 or 9699693. OLE color: 9699693.

HSL color Cylindrical-coordinate representation of color #6D0194: hue angle of 284.08º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6D0194 is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 1 148 -
CMYK 0.26 0.99 0 0.42
HSL 284.08º 0.99% 0.29% -
HSV(B) 284.08º 0.99% 0.58% -
XYZ 11.66 5.41 28.45 -
YUV 50.05 183.28 170.05 -
System Red Green Blue C M Y K H S L
Decimal 109 1 148 0.26 0.99 0 0.42 284.08 0.99 0.29
Hex 6D 1 94 1A 63 0 2A 11C 63 1D
Octal 155 1 224 32 143 0 52 434 143 35
Binary 1101101 1 10010100 11010 1100011 0 101010 100011100 1100011 11101

Color Harmonies of #6D0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0194

Black with #6D0194

Text Example


Text Example

White with #6D0194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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