Html Css Color HEX #6C0594 Purple

📋 copy color: '#6C0594'

red 108 ◦ green 5 ◦ blue 148

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

Shades of Purple #6C0594

Tints of Purple #6C0594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

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

R = 41.38%
G = 1.92%
B = 56.7%

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

#6C0594 (or 0x6C0594) is known color: Purple. HEX triplet: 6C, 05 and 94. RGB value is (108,5,148). Sum of RGB (Red+Green+Blue) = 108+5+148=261 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.38% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #6C0594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0594 is #93FA6B. Grayscale: #333333. Windows color (decimal): -9697900 or 9700716. OLE color: 9700716.

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

Color convert

RGB 108 5 148 -
CMYK 0.27 0.97 0 0.42
HSL 283.22º 0.93% 0.3% -
HSV(B) 283.22º 0.97% 0.58% -
XYZ 11.58 5.43 28.46 -
YUV 52.1 182.12 167.87 -
System Red Green Blue C M Y K H S L
Decimal 108 5 148 0.27 0.97 0 0.42 283.22 0.93 0.3
Hex 6C 5 94 1B 61 0 2A 11B 5D 1E
Octal 154 5 224 33 141 0 52 433 135 36
Binary 1101100 101 10010100 11011 1100001 0 101010 100011011 1011101 11110

Color Harmonies of #6C0594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0594

Black with #6C0594

Text Example


Text Example

White with #6C0594

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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