Html Css Color HEX #6A1659 Palatinate Purple

📋 copy color: '#6A1659'

red 106 ◦ green 22 ◦ blue 89

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

Shades of Palatinate Purple #6A1659

Tints of Palatinate Purple #6A1659

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

 BLUE value IS 89 (35.16% from 255) = 41.01%

R = 48.85%
G = 10.14%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6A1659 (or 0x6A1659) is known color: Palatinate Purple. HEX triplet: 6A, 16 and 59. RGB value is (106,22,89). Sum of RGB (Red+Green+Blue) = 106+22+89=217 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.85% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1659 is #95E9A6. Grayscale: #363636. Windows color (decimal): -9824679 or 5838442. OLE color: 5838442.

HSL color Cylindrical-coordinate representation of color #6A1659: hue angle of 312.14º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A1659 is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 22 89 -
CMYK 0 0.79 0.16 0.58
HSL 312.14º 0.66% 0.25% -
HSV(B) 312.14º 0.79% 0.42% -
XYZ 8.03 4.36 9.87 -
YUV 54.75 147.33 164.55 -
System Red Green Blue C M Y K H S L
Decimal 106 22 89 0 0.79 0.16 0.58 312.14 0.66 0.25
Hex 6A 16 59 0 4F 10 3A 138 42 19
Octal 152 26 131 0 117 20 72 470 102 31
Binary 1101010 10110 1011001 0 1001111 10000 111010 100111000 1000010 11001

Color Harmonies of #6A1659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1659

Black with #6A1659

Text Example


Text Example

White with #6A1659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,22,89); }

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

background-color css

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

 a { background-color: rgb(106,22,89); }

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

border-color css

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

 span { border-color: rgb(106,22,89); }

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