Html Css Color HEX #6A2857 Palatinate Purple

📋 copy color: '#6A2857'

red 106 ◦ green 40 ◦ blue 87

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

Shades of Palatinate Purple #6A2857

Tints of Palatinate Purple #6A2857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 45.49%
G = 17.17%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6A2857 (or 0x6A2857) is known color: Palatinate Purple. HEX triplet: 6A, 28 and 57. RGB value is (106,40,87). Sum of RGB (Red+Green+Blue) = 106+40+87=233 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.49% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2857 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2857 is #95D7A8. Grayscale: #404040. Windows color (decimal): -9820073 or 5711978. OLE color: 5711978.

HSL color Cylindrical-coordinate representation of color #6A2857: hue angle of 317.27º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A2857 is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 40 87 -
CMYK 0 0.62 0.18 0.58
HSL 317.27º 0.45% 0.29% -
HSV(B) 317.27º 0.62% 0.42% -
XYZ 8.42 5.27 9.59 -
YUV 65.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 106 40 87 0 0.62 0.18 0.58 317.27 0.45 0.29
Hex 6A 28 57 0 3E 12 3A 13D 2D 1D
Octal 152 50 127 0 76 22 72 475 55 35
Binary 1101010 101000 1010111 0 111110 10010 111010 100111101 101101 11101

Color Harmonies of #6A2857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2857

Black with #6A2857

Text Example


Text Example

White with #6A2857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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