Html Css Color HEX #6A1561 Palatinate Purple

📋 copy color: '#6A1561'

red 106 ◦ green 21 ◦ blue 97

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

Shades of Palatinate Purple #6A1561

Tints of Palatinate Purple #6A1561

RGB

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

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

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

R = 47.32%
G = 9.38%
B = 43.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.58

RGB Variations

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

Color information

#6A1561 (or 0x6A1561) is known color: Palatinate Purple. HEX triplet: 6A, 15 and 61. RGB value is (106,21,97). Sum of RGB (Red+Green+Blue) = 106+21+97=224 (29% of max value = 765). Red value is 106 (41.80% from 255 or 47.32% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 97 (38.28% from 255 or 43.30% from 224); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A1561 is #95EA9E. Grayscale: #363636. Windows color (decimal): -9824927 or 6362474. OLE color: 6362474.

HSL color Cylindrical-coordinate representation of color #6A1561: hue angle of 306.35º 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 #6A1561 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 21 97 -
CMYK 0 0.80 0.08 0.58
HSL 306.35º 0.67% 0.25% -
HSV(B) 306.35º 0.8% 0.42% -
XYZ 8.37 4.46 11.73 -
YUV 55.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 106 21 97 0 0.80 0.08 0.58 306.35 0.67 0.25
Hex 6A 15 61 0 50 8 3A 132 43 19
Octal 152 25 141 0 120 10 72 462 103 31
Binary 1101010 10101 1100001 0 1010000 1000 111010 100110010 1000011 11001

Color Harmonies of #6A1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1561

Black with #6A1561

Text Example


Text Example

White with #6A1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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