Html Css Color HEX #6A3C5D Palatinate Purple

📋 copy color: '#6A3C5D'

red 106 ◦ green 60 ◦ blue 93

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

Shades of Palatinate Purple #6A3C5D

Tints of Palatinate Purple #6A3C5D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.17%

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

R = 40.93%
G = 23.17%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A3C5D (or 0x6A3C5D) is known color: Palatinate Purple. HEX triplet: 6A, 3C and 5D. RGB value is (106,60,93). Sum of RGB (Red+Green+Blue) = 106+60+93=259 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.93% from 259); Green value is 60 (23.83% from 255 or 23.17% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3C5D is #95C3A2. Grayscale: #4D4D4D. Windows color (decimal): -9814947 or 6110314. OLE color: 6110314.

HSL color Cylindrical-coordinate representation of color #6A3C5D: hue angle of 316.96º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A3C5D is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 60 93 -
CMYK 0 0.43 0.12 0.58
HSL 316.96º 0.28% 0.33% -
HSV(B) 316.96º 0.43% 0.42% -
XYZ 9.54 7.09 11.22 -
YUV 77.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 106 60 93 0 0.43 0.12 0.58 316.96 0.28 0.33
Hex 6A 3C 5D 0 2B C 3A 13D 1C 21
Octal 152 74 135 0 53 14 72 475 34 41
Binary 1101010 111100 1011101 0 101011 1100 111010 100111101 11100 100001

Color Harmonies of #6A3C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3C5D

Black with #6A3C5D

Text Example


Text Example

White with #6A3C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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