Html Css Color HEX #6C0493 Purple

📋 copy color: '#6C0493'

red 108 ◦ green 4 ◦ blue 147

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

Shades of Purple #6C0493

Tints of Purple #6C0493

RGB

 RED value IS 108 (42.58% from 255) = 41.7%

 GREEN value IS 4 (1.95% from 255) = 1.54%

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

R = 41.7%
G = 1.54%
B = 56.76%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6C0493 (or 0x6C0493) is known color: Purple. HEX triplet: 6C, 04 and 93. RGB value is (108,4,147). Sum of RGB (Red+Green+Blue) = 108+4+147=259 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.70% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #6C0493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0493 is #93FB6C. Grayscale: #323232. Windows color (decimal): -9698157 or 9634924. OLE color: 9634924.

HSL color Cylindrical-coordinate representation of color #6C0493: hue angle of 283.64º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0493 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 4 147 -
CMYK 0.27 0.97 0 0.42
HSL 283.64º 0.95% 0.3% -
HSV(B) 283.64º 0.97% 0.58% -
XYZ 11.49 5.38 28.04 -
YUV 51.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 108 4 147 0.27 0.97 0 0.42 283.64 0.95 0.3
Hex 6C 4 93 1B 61 0 2A 11C 5F 1E
Octal 154 4 223 33 141 0 52 434 137 36
Binary 1101100 100 10010011 11011 1100001 0 101010 100011100 1011111 11110

Color Harmonies of #6C0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0493

Black with #6C0493

Text Example


Text Example

White with #6C0493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,147); }

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

background-color css

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

 a { background-color: rgb(108,4,147); }

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

border-color css

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

 span { border-color: rgb(108,4,147); }

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