Html Css Color HEX #5A235B Palatinate Purple

📋 copy color: '#5A235B'

red 90 ◦ green 35 ◦ blue 91

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

Shades of Palatinate Purple #5A235B

Tints of Palatinate Purple #5A235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.2%

 BLUE value IS 91 (35.94% from 255) = 42.13%

R = 41.67%
G = 16.2%
B = 42.13%

CMYK

 C value IS 0.01

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#5A235B (or 0x5A235B) is known color: Palatinate Purple. HEX triplet: 5A, 23 and 5B. RGB value is (90,35,91). Sum of RGB (Red+Green+Blue) = 90+35+91=216 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.67% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #5A235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A235B is #A5DCA4. Grayscale: #393939. Windows color (decimal): -10869925 or 5972826. OLE color: 5972826.

HSL color Cylindrical-coordinate representation of color #5A235B: hue angle of 298.93º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A235B is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 90 35 91 -
CMYK 0.01 0.62 0 0.64
HSL 298.93º 0.44% 0.25% -
HSV(B) 298.93º 0.62% 0.36% -
XYZ 6.71 4.13 10.34 -
YUV 57.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 90 35 91 0.01 0.62 0 0.64 298.93 0.44 0.25
Hex 5A 23 5B 1 3E 0 40 12B 2C 19
Octal 132 43 133 1 76 0 100 453 54 31
Binary 1011010 100011 1011011 1 111110 0 1000000 100101011 101100 11001

Color Harmonies of #5A235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A235B

Black with #5A235B

Text Example


Text Example

White with #5A235B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,35,91); }

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

background-color css

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

 a { background-color: rgb(90,35,91); }

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

border-color css

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

 span { border-color: rgb(90,35,91); }

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