Html Css Color HEX #5F095D Palatinate Purple

📋 copy color: '#5F095D'

red 95 ◦ green 9 ◦ blue 93

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

Shades of Palatinate Purple #5F095D

Tints of Palatinate Purple #5F095D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 48.22%
G = 4.57%
B = 47.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#5F095D (or 0x5F095D) is known color: Palatinate Purple. HEX triplet: 5F, 09 and 5D. RGB value is (95,9,93). Sum of RGB (Red+Green+Blue) = 95+9+93=197 (26% of max value = 765). Red value is 95 (37.5% from 255 or 48.22% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 95 - color contains mainly: red. Hex color #5F095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F095D is #A0F6A2. Grayscale: #2C2C2C. Windows color (decimal): -10548899 or 6097247. OLE color: 6097247.

HSL color Cylindrical-coordinate representation of color #5F095D: hue angle of 301.4º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F095D is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 9 93 -
CMYK 0 0.91 0.02 0.63
HSL 301.4º 0.83% 0.2% -
HSV(B) 301.4º 0.91% 0.37% -
XYZ 6.79 3.42 10.66 -
YUV 44.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 95 9 93 0 0.91 0.02 0.63 301.4 0.83 0.2
Hex 5F 9 5D 0 5B 2 3F 12D 53 14
Octal 137 11 135 0 133 2 77 455 123 24
Binary 1011111 1001 1011101 0 1011011 10 111111 100101101 1010011 10100

Color Harmonies of #5F095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F095D

Black with #5F095D

Text Example


Text Example

White with #5F095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,9,93); }

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

background-color css

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

 a { background-color: rgb(95,9,93); }

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

border-color css

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

 span { border-color: rgb(95,9,93); }

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