Html Css Color HEX #6A4161 Palatinate Purple

📋 copy color: '#6A4161'

red 106 ◦ green 65 ◦ blue 97

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

Shades of Palatinate Purple #6A4161

Tints of Palatinate Purple #6A4161

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.25%

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

R = 39.55%
G = 24.25%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A4161 (or 0x6A4161) is known color: Palatinate Purple. HEX triplet: 6A, 41 and 61. RGB value is (106,65,97). Sum of RGB (Red+Green+Blue) = 106+65+97=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4161 is #95BE9E. Grayscale: #505050. Windows color (decimal): -9813663 or 6373738. OLE color: 6373738.

HSL color Cylindrical-coordinate representation of color #6A4161: hue angle of 313.17º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A4161 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 65 97 -
CMYK 0 0.39 0.08 0.58
HSL 313.17º 0.24% 0.34% -
HSV(B) 313.17º 0.39% 0.42% -
XYZ 9.99 7.71 12.27 -
YUV 80.91 137.08 145.9 -
System Red Green Blue C M Y K H S L
Decimal 106 65 97 0 0.39 0.08 0.58 313.17 0.24 0.34
Hex 6A 41 61 0 27 8 3A 139 18 22
Octal 152 101 141 0 47 10 72 471 30 42
Binary 1101010 1000001 1100001 0 100111 1000 111010 100111001 11000 100010

Color Harmonies of #6A4161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4161

Black with #6A4161

Text Example


Text Example

White with #6A4161

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,65,97); }

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

background-color css

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

 a { background-color: rgb(106,65,97); }

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

border-color css

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

 span { border-color: rgb(106,65,97); }

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