Html Css Color HEX #6A1557 Palatinate Purple

📋 copy color: '#6A1557'

red 106 ◦ green 21 ◦ blue 87

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

Shades of Palatinate Purple #6A1557

Tints of Palatinate Purple #6A1557

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.81%

 BLUE value IS 87 (34.38% from 255) = 40.65%

R = 49.53%
G = 9.81%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6A1557 (or 0x6A1557) is known color: Palatinate Purple. HEX triplet: 6A, 15 and 57. RGB value is (106,21,87). Sum of RGB (Red+Green+Blue) = 106+21+87=214 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.53% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 87 (34.38% from 255 or 40.65% from 214); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1557 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1557 is #95EAA8. Grayscale: #353535. Windows color (decimal): -9824937 or 5707114. OLE color: 5707114.

HSL color Cylindrical-coordinate representation of color #6A1557: hue angle of 313.41º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A1557 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 21 87 -
CMYK 0 0.80 0.18 0.58
HSL 313.41º 0.67% 0.25% -
HSV(B) 313.41º 0.8% 0.42% -
XYZ 7.93 4.29 9.43 -
YUV 53.94 146.66 165.13 -
System Red Green Blue C M Y K H S L
Decimal 106 21 87 0 0.80 0.18 0.58 313.41 0.67 0.25
Hex 6A 15 57 0 50 12 3A 139 43 19
Octal 152 25 127 0 120 22 72 471 103 31
Binary 1101010 10101 1010111 0 1010000 10010 111010 100111001 1000011 11001

Color Harmonies of #6A1557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1557

Black with #6A1557

Text Example


Text Example

White with #6A1557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,87); }

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

background-color css

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

 a { background-color: rgb(106,21,87); }

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

border-color css

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

 span { border-color: rgb(106,21,87); }

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