Html Css Color HEX #5B0F61 Palatinate Purple

📋 copy color: '#5B0F61'

red 91 ◦ green 15 ◦ blue 97

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

Shades of Palatinate Purple #5B0F61

Tints of Palatinate Purple #5B0F61

RGB

 RED value IS 91 (35.94% from 255) = 44.83%

 GREEN value IS 15 (6.25% from 255) = 7.39%

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 44.83%
G = 7.39%
B = 47.78%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B0F61 (or 0x5B0F61) is known color: Palatinate Purple. HEX triplet: 5B, 0F and 61. RGB value is (91,15,97). Sum of RGB (Red+Green+Blue) = 91+15+97=203 (26% of max value = 765). Red value is 91 (35.94% from 255 or 44.83% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #5B0F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0F61 is #A4F09E. Grayscale: #2E2E2E. Windows color (decimal): -10809503 or 6360923. OLE color: 6360923.

HSL color Cylindrical-coordinate representation of color #5B0F61: hue angle of 295.61º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B0F61 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 15 97 -
CMYK 0.06 0.85 0 0.62
HSL 295.61º 0.73% 0.22% -
HSV(B) 295.61º 0.85% 0.38% -
XYZ 6.64 3.43 11.62 -
YUV 47.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 91 15 97 0.06 0.85 0 0.62 295.61 0.73 0.22
Hex 5B F 61 6 55 0 3E 128 49 16
Octal 133 17 141 6 125 0 76 450 111 26
Binary 1011011 1111 1100001 110 1010101 0 111110 100101000 1001001 10110

Color Harmonies of #5B0F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0F61

Black with #5B0F61

Text Example


Text Example

White with #5B0F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,15,97); }

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

background-color css

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

 a { background-color: rgb(91,15,97); }

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

border-color css

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

 span { border-color: rgb(91,15,97); }

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