Html Css Color HEX #6D0192 Purple

📋 copy color: '#6D0192'

red 109 ◦ green 1 ◦ blue 146

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

Shades of Purple #6D0192

Tints of Purple #6D0192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 42.58%
G = 0.39%
B = 57.03%

CMYK

 C value IS 0.25

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6D0192 (or 0x6D0192) is known color: Purple. HEX triplet: 6D, 01 and 92. RGB value is (109,1,146). Sum of RGB (Red+Green+Blue) = 109+1+146=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #6D0192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0192 is #92FE6D. Grayscale: #313131. Windows color (decimal): -9633390 or 9568621. OLE color: 9568621.

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

Color convert

RGB 109 1 146 -
CMYK 0.25 0.99 0 0.43
HSL 284.69º 0.99% 0.29% -
HSV(B) 284.69º 0.99% 0.57% -
XYZ 11.51 5.35 27.62 -
YUV 49.82 182.28 170.21 -
System Red Green Blue C M Y K H S L
Decimal 109 1 146 0.25 0.99 0 0.43 284.69 0.99 0.29
Hex 6D 1 92 19 63 0 2B 11D 63 1D
Octal 155 1 222 31 143 0 53 435 143 35
Binary 1101101 1 10010010 11001 1100011 0 101011 100011101 1100011 11101

Color Harmonies of #6D0192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0192

Black with #6D0192

Text Example


Text Example

White with #6D0192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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