Html Css Color HEX #5F3659 Palatinate Purple

📋 copy color: '#5F3659'

red 95 ◦ green 54 ◦ blue 89

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

Shades of Palatinate Purple #5F3659

Tints of Palatinate Purple #5F3659

RGB

 RED value IS 95 (37.5% from 255) = 39.92%

 GREEN value IS 54 (21.48% from 255) = 22.69%

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

R = 39.92%
G = 22.69%
B = 37.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.06

 K value IS 0.63

RGB Variations

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

Color information

#5F3659 (or 0x5F3659) is known color: Palatinate Purple. HEX triplet: 5F, 36 and 59. RGB value is (95,54,89). Sum of RGB (Red+Green+Blue) = 95+54+89=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 54 (21.48% from 255 or 22.69% from 238); Blue value is 89 (35.16% from 255 or 37.39% from 238); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3659 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3659 is #A0C9A6. Grayscale: #464646. Windows color (decimal): -10537383 or 5846623. OLE color: 5846623.

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

Color convert

RGB 95 54 89 -
CMYK 0 0.43 0.06 0.63
HSL 308.78º 0.28% 0.29% -
HSV(B) 308.78º 0.43% 0.37% -
XYZ 7.84 5.79 10.16 -
YUV 70.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 95 54 89 0 0.43 0.06 0.63 308.78 0.28 0.29
Hex 5F 36 59 0 2B 6 3F 135 1C 1D
Octal 137 66 131 0 53 6 77 465 34 35
Binary 1011111 110110 1011001 0 101011 110 111111 100110101 11100 11101

Color Harmonies of #5F3659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3659

Black with #5F3659

Text Example


Text Example

White with #5F3659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,54,89); }

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

background-color css

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

 a { background-color: rgb(95,54,89); }

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

border-color css

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

 span { border-color: rgb(95,54,89); }

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