Html Css Color HEX #6A2559 Palatinate Purple

📋 copy color: '#6A2559'

red 106 ◦ green 37 ◦ blue 89

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

Shades of Palatinate Purple #6A2559

Tints of Palatinate Purple #6A2559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

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

R = 45.69%
G = 15.95%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6A2559 (or 0x6A2559) is known color: Palatinate Purple. HEX triplet: 6A, 25 and 59. RGB value is (106,37,89). Sum of RGB (Red+Green+Blue) = 106+37+89=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A2559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2559 is #95DAA6. Grayscale: #3F3F3F. Windows color (decimal): -9820839 or 5842282. OLE color: 5842282.

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

Color convert

RGB 106 37 89 -
CMYK 0 0.65 0.16 0.58
HSL 314.78º 0.48% 0.28% -
HSV(B) 314.78º 0.65% 0.42% -
XYZ 8.41 5.11 9.99 -
YUV 63.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 106 37 89 0 0.65 0.16 0.58 314.78 0.48 0.28
Hex 6A 25 59 0 41 10 3A 13B 30 1C
Octal 152 45 131 0 101 20 72 473 60 34
Binary 1101010 100101 1011001 0 1000001 10000 111010 100111011 110000 11100

Color Harmonies of #6A2559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2559

Black with #6A2559

Text Example


Text Example

White with #6A2559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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