Html Css Color HEX #6C0596 Purple

📋 copy color: '#6C0596'

red 108 ◦ green 5 ◦ blue 150

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

Shades of Purple #6C0596

Tints of Purple #6C0596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 41.06%
G = 1.9%
B = 57.03%

CMYK

 C value IS 0.28

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#6C0596 (or 0x6C0596) is known color: Purple. HEX triplet: 6C, 05 and 96. RGB value is (108,5,150). Sum of RGB (Red+Green+Blue) = 108+5+150=263 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.06% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #6C0596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C0596 is #93FA69. Grayscale: #333333. Windows color (decimal): -9697898 or 9831788. OLE color: 9831788.

HSL color Cylindrical-coordinate representation of color #6C0596: hue angle of 282.62º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6C0596 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 108 5 150 -
CMYK 0.28 0.97 0 0.41
HSL 282.62º 0.94% 0.3% -
HSV(B) 282.62º 0.97% 0.59% -
XYZ 11.74 5.5 29.3 -
YUV 52.33 183.12 167.71 -
System Red Green Blue C M Y K H S L
Decimal 108 5 150 0.28 0.97 0 0.41 282.62 0.94 0.3
Hex 6C 5 96 1C 61 0 29 11B 5E 1E
Octal 154 5 226 34 141 0 51 433 136 36
Binary 1101100 101 10010110 11100 1100001 0 101001 100011011 1011110 11110

Color Harmonies of #6C0596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0596

Black with #6C0596

Text Example


Text Example

White with #6C0596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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