Html Css Color HEX #6A1753 Palatinate Purple

📋 copy color: '#6A1753'

red 106 ◦ green 23 ◦ blue 83

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

Shades of Palatinate Purple #6A1753

Tints of Palatinate Purple #6A1753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.85%

 BLUE value IS 83 (32.81% from 255) = 39.15%

R = 50%
G = 10.85%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6A1753 (or 0x6A1753) is known color: Palatinate Purple. HEX triplet: 6A, 17 and 53. RGB value is (106,23,83). Sum of RGB (Red+Green+Blue) = 106+23+83=212 (28% of max value = 765). Red value is 106 (41.80% from 255 or 50% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1753 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1753 is #95E8AC. Grayscale: #363636. Windows color (decimal): -9824429 or 5445482. OLE color: 5445482.

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

Color convert

RGB 106 23 83 -
CMYK 0 0.78 0.22 0.58
HSL 316.63º 0.64% 0.25% -
HSV(B) 316.63º 0.78% 0.42% -
XYZ 7.81 4.3 8.6 -
YUV 54.66 144 164.62 -
System Red Green Blue C M Y K H S L
Decimal 106 23 83 0 0.78 0.22 0.58 316.63 0.64 0.25
Hex 6A 17 53 0 4E 16 3A 13D 40 19
Octal 152 27 123 0 116 26 72 475 100 31
Binary 1101010 10111 1010011 0 1001110 10110 111010 100111101 1000000 11001

Color Harmonies of #6A1753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1753

Black with #6A1753

Text Example


Text Example

White with #6A1753

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,83); }

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

background-color css

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

 a { background-color: rgb(106,23,83); }

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

border-color css

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

 span { border-color: rgb(106,23,83); }

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