Html Css Color HEX #6A205D Palatinate Purple

📋 copy color: '#6A205D'

red 106 ◦ green 32 ◦ blue 93

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

Shades of Palatinate Purple #6A205D

Tints of Palatinate Purple #6A205D

RGB

 RED value IS 106 (41.8% from 255) = 45.89%

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

 BLUE value IS 93 (36.72% from 255) = 40.26%

R = 45.89%
G = 13.85%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A205D (or 0x6A205D) is known color: Palatinate Purple. HEX triplet: 6A, 20 and 5D. RGB value is (106,32,93). Sum of RGB (Red+Green+Blue) = 106+32+93=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A205D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A205D is #95DFA2. Grayscale: #3C3C3C. Windows color (decimal): -9822115 or 6103146. OLE color: 6103146.

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

Color convert

RGB 106 32 93 -
CMYK 0 0.70 0.12 0.58
HSL 310.54º 0.54% 0.27% -
HSV(B) 310.54º 0.7% 0.42% -
XYZ 8.44 4.89 10.85 -
YUV 61.08 146.02 160.04 -
System Red Green Blue C M Y K H S L
Decimal 106 32 93 0 0.70 0.12 0.58 310.54 0.54 0.27
Hex 6A 20 5D 0 46 C 3A 137 36 1B
Octal 152 40 135 0 106 14 72 467 66 33
Binary 1101010 100000 1011101 0 1000110 1100 111010 100110111 110110 11011

Color Harmonies of #6A205D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A205D

Black with #6A205D

Text Example


Text Example

White with #6A205D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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