Html Css Color HEX #6C2061 Palatinate Purple

📋 copy color: '#6C2061'

red 108 ◦ green 32 ◦ blue 97

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

Shades of Palatinate Purple #6C2061

Tints of Palatinate Purple #6C2061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 97 (38.28% from 255) = 40.93%

R = 45.57%
G = 13.5%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#6C2061 (or 0x6C2061) is known color: Palatinate Purple. HEX triplet: 6C, 20 and 61. RGB value is (108,32,97). Sum of RGB (Red+Green+Blue) = 108+32+97=237 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.57% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 108 - color contains mainly: red. Hex color #6C2061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C2061 is #93DF9E. Grayscale: #3D3D3D. Windows color (decimal): -9691039 or 6365292. OLE color: 6365292.

HSL color Cylindrical-coordinate representation of color #6C2061: hue angle of 308.68º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C2061 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 97 -
CMYK 0 0.70 0.10 0.58
HSL 308.68º 0.54% 0.27% -
HSV(B) 308.68º 0.7% 0.42% -
XYZ 8.86 5.08 11.82 -
YUV 62.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 108 32 97 0 0.70 0.10 0.58 308.68 0.54 0.27
Hex 6C 20 61 0 46 A 3A 135 36 1B
Octal 154 40 141 0 106 12 72 465 66 33
Binary 1101100 100000 1100001 0 1000110 1010 111010 100110101 110110 11011

Color Harmonies of #6C2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C2061

Black with #6C2061

Text Example


Text Example

White with #6C2061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,32,97); }

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

background-color css

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

 a { background-color: rgb(108,32,97); }

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

border-color css

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

 span { border-color: rgb(108,32,97); }

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