Html Css Color HEX #5F095A Palatinate Purple

📋 copy color: '#5F095A'

red 95 ◦ green 9 ◦ blue 90

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

Shades of Palatinate Purple #5F095A

Tints of Palatinate Purple #5F095A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 48.97%
G = 4.64%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.05

 K value IS 0.63

RGB Variations

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

Color information

#5F095A (or 0x5F095A) is known color: Palatinate Purple. HEX triplet: 5F, 09 and 5A. RGB value is (95,9,90). Sum of RGB (Red+Green+Blue) = 95+9+90=194 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.97% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 95 - color contains mainly: red. Hex color #5F095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F095A is #A0F6A5. Grayscale: #2B2B2B. Windows color (decimal): -10548902 or 5900639. OLE color: 5900639.

HSL color Cylindrical-coordinate representation of color #5F095A: hue angle of 303.49º 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 #5F095A is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 9 90 -
CMYK 0 0.91 0.05 0.63
HSL 303.49º 0.83% 0.2% -
HSV(B) 303.49º 0.91% 0.37% -
XYZ 6.66 3.37 9.97 -
YUV 43.95 153.99 164.41 -
System Red Green Blue C M Y K H S L
Decimal 95 9 90 0 0.91 0.05 0.63 303.49 0.83 0.2
Hex 5F 9 5A 0 5B 5 3F 12F 53 14
Octal 137 11 132 0 133 5 77 457 123 24
Binary 1011111 1001 1011010 0 1011011 101 111111 100101111 1010011 10100

Color Harmonies of #5F095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F095A

Black with #5F095A

Text Example


Text Example

White with #5F095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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