Html Css Color HEX #5A2655 Palatinate Purple

📋 copy color: '#5A2655'

red 90 ◦ green 38 ◦ blue 85

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

Shades of Palatinate Purple #5A2655

Tints of Palatinate Purple #5A2655

RGB

 RED value IS 90 (35.55% from 255) = 42.25%

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 85 (33.59% from 255) = 39.91%

R = 42.25%
G = 17.84%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#5A2655 (or 0x5A2655) is known color: Palatinate Purple. HEX triplet: 5A, 26 and 55. RGB value is (90,38,85). Sum of RGB (Red+Green+Blue) = 90+38+85=213 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.25% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 85 (33.59% from 255 or 39.91% from 213); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2655 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A2655 is #A5D9AA. Grayscale: #3A3A3A. Windows color (decimal): -10869163 or 5580378. OLE color: 5580378.

HSL color Cylindrical-coordinate representation of color #5A2655: hue angle of 305.77º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A2655 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 38 85 -
CMYK 0 0.58 0.06 0.65
HSL 305.77º 0.41% 0.25% -
HSV(B) 305.77º 0.58% 0.35% -
XYZ 6.55 4.22 9.06 -
YUV 58.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 90 38 85 0 0.58 0.06 0.65 305.77 0.41 0.25
Hex 5A 26 55 0 3A 6 41 132 29 19
Octal 132 46 125 0 72 6 101 462 51 31
Binary 1011010 100110 1010101 0 111010 110 1000001 100110010 101001 11001

Color Harmonies of #5A2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A2655

Black with #5A2655

Text Example


Text Example

White with #5A2655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A2655; }

 p { color: rgb(90,38,85); }

 H1.HeaderClassName
 {
   color: #5A2655;
 }
 .AnyTagClassName
 {
   color: #5A2655;
 }
</style>

background-color css

<style>
 a { background-color: #5A2655; }

 a { background-color: rgb(90,38,85); }

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

border-color css

<style>
 span { border-color: #5A2655; }

 span { border-color: rgb(90,38,85); }

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