Html Css Color HEX #6C206A Palatinate Purple

📋 copy color: '#6C206A'

red 108 ◦ green 32 ◦ blue 106

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

Shades of Palatinate Purple #6C206A

Tints of Palatinate Purple #6C206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 43.9%
G = 13.01%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6C206A (or 0x6C206A) is known color: Palatinate Purple. HEX triplet: 6C, 20 and 6A. RGB value is (108,32,106). Sum of RGB (Red+Green+Blue) = 108+32+106=246 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.90% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 108 - color contains mainly: red. Hex color #6C206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C206A is #93DF95. Grayscale: #3E3E3E. Windows color (decimal): -9691030 or 6955116. OLE color: 6955116.

HSL color Cylindrical-coordinate representation of color #6C206A: hue angle of 301.58º 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 #6C206A is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 32 106 -
CMYK 0 0.70 0.02 0.58
HSL 301.58º 0.54% 0.27% -
HSV(B) 301.58º 0.7% 0.42% -
XYZ 9.3 5.26 14.16 -
YUV 63.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 108 32 106 0 0.70 0.02 0.58 301.58 0.54 0.27
Hex 6C 20 6A 0 46 2 3A 12E 36 1B
Octal 154 40 152 0 106 2 72 456 66 33
Binary 1101100 100000 1101010 0 1000110 10 111010 100101110 110110 11011

Color Harmonies of #6C206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C206A

Black with #6C206A

Text Example


Text Example

White with #6C206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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