Html Css Color HEX #6D0093 Purple

📋 copy color: '#6D0093'

red 109 ◦ green 0 ◦ blue 147

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

Shades of Purple #6D0093

Tints of Purple #6D0093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 42.58%
G = 0%
B = 57.42%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6D0093 (or 0x6D0093) is known color: Purple. HEX triplet: 6D, 00 and 93. RGB value is (109,0,147). Sum of RGB (Red+Green+Blue) = 109+0+147=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6D0093 is #92FF6C. Grayscale: #303030. Windows color (decimal): -9633645 or 9633901. OLE color: 9633901.

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

Color convert

RGB 109 0 147 -
CMYK 0.26 1 0 0.42
HSL 284.49º 1% 0.29% -
HSV(B) 284.49º 1% 0.58% -
XYZ 11.57 5.36 28.03 -
YUV 49.35 183.11 170.55 -
System Red Green Blue C M Y K H S L
Decimal 109 0 147 0.26 1 0 0.42 284.49 1 0.29
Hex 6D 0 93 1A 64 0 2A 11C 64 1D
Octal 155 0 223 32 144 0 52 434 144 35
Binary 1101101 0 10010011 11010 1100100 0 101010 100011100 1100100 11101

Color Harmonies of #6D0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0093

Black with #6D0093

Text Example


Text Example

White with #6D0093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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