Html Css Color HEX #5E3358 Palatinate Purple

📋 copy color: '#5E3358'

red 94 ◦ green 51 ◦ blue 88

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

Shades of Palatinate Purple #5E3358

Tints of Palatinate Purple #5E3358

RGB

 RED value IS 94 (37.11% from 255) = 40.34%

 GREEN value IS 51 (20.31% from 255) = 21.89%

 BLUE value IS 88 (34.77% from 255) = 37.77%

R = 40.34%
G = 21.89%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#5E3358 (or 0x5E3358) is known color: Palatinate Purple. HEX triplet: 5E, 33 and 58. RGB value is (94,51,88). Sum of RGB (Red+Green+Blue) = 94+51+88=233 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.34% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3358 is #A1CCA7. Grayscale: #434343. Windows color (decimal): -10603688 or 5780318. OLE color: 5780318.

HSL color Cylindrical-coordinate representation of color #5E3358: hue angle of 308.37º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E3358 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 51 88 -
CMYK 0 0.46 0.06 0.63
HSL 308.37º 0.3% 0.28% -
HSV(B) 308.37º 0.46% 0.37% -
XYZ 7.56 5.45 9.89 -
YUV 68.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 94 51 88 0 0.46 0.06 0.63 308.37 0.3 0.28
Hex 5E 33 58 0 2E 6 3F 134 1E 1C
Octal 136 63 130 0 56 6 77 464 36 34
Binary 1011110 110011 1011000 0 101110 110 111111 100110100 11110 11100

Color Harmonies of #5E3358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3358

Black with #5E3358

Text Example


Text Example

White with #5E3358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,51,88); }

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

background-color css

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

 a { background-color: rgb(94,51,88); }

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

border-color css

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

 span { border-color: rgb(94,51,88); }

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