Html Css Color HEX #6C0494 Purple

📋 copy color: '#6C0494'

red 108 ◦ green 4 ◦ blue 148

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

Shades of Purple #6C0494

Tints of Purple #6C0494

RGB

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

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

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

R = 41.54%
G = 1.54%
B = 56.92%

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

#6C0494 (or 0x6C0494) is known color: Purple. HEX triplet: 6C, 04 and 94. RGB value is (108,4,148). Sum of RGB (Red+Green+Blue) = 108+4+148=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C0494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0494 is #93FB6B. Grayscale: #333333. Windows color (decimal): -9698156 or 9700460. OLE color: 9700460.

HSL color Cylindrical-coordinate representation of color #6C0494: hue angle of 283.33º 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 #6C0494 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 108 4 148 -
CMYK 0.27 0.97 0 0.42
HSL 283.33º 0.95% 0.3% -
HSV(B) 283.33º 0.97% 0.58% -
XYZ 11.57 5.41 28.45 -
YUV 51.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 108 4 148 0.27 0.97 0 0.42 283.33 0.95 0.3
Hex 6C 4 94 1B 61 0 2A 11B 5F 1E
Octal 154 4 224 33 141 0 52 433 137 36
Binary 1101100 100 10010100 11011 1100001 0 101010 100011011 1011111 11110

Color Harmonies of #6C0494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0494

Black with #6C0494

Text Example


Text Example

White with #6C0494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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