Html Css Color HEX #5B0162 Palatinate Purple

📋 copy color: '#5B0162'

red 91 ◦ green 1 ◦ blue 98

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

Shades of Palatinate Purple #5B0162

Tints of Palatinate Purple #5B0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 98 (38.67% from 255) = 51.58%

R = 47.89%
G = 0.53%
B = 51.58%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B0162 (or 0x5B0162) is known color: Palatinate Purple. HEX triplet: 5B, 01 and 62. RGB value is (91,1,98). Sum of RGB (Red+Green+Blue) = 91+1+98=190 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.89% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 98 (38.67% from 255 or 51.58% from 190); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B0162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0162 is #A4FE9D. Grayscale: #262626. Windows color (decimal): -10813086 or 6422875. OLE color: 6422875.

HSL color Cylindrical-coordinate representation of color #5B0162: hue angle of 295.67º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5B0162 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 1 98 -
CMYK 0.07 0.99 0 0.62
HSL 295.67º 0.98% 0.19% -
HSV(B) 295.67º 0.99% 0.38% -
XYZ 6.53 3.13 11.81 -
YUV 38.97 161.32 165.11 -
System Red Green Blue C M Y K H S L
Decimal 91 1 98 0.07 0.99 0 0.62 295.67 0.98 0.19
Hex 5B 1 62 7 63 0 3E 128 62 13
Octal 133 1 142 7 143 0 76 450 142 23
Binary 1011011 1 1100010 111 1100011 0 111110 100101000 1100010 10011

Color Harmonies of #5B0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0162

Black with #5B0162

Text Example


Text Example

White with #5B0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,1,98); }

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

background-color css

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

 a { background-color: rgb(91,1,98); }

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

border-color css

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

 span { border-color: rgb(91,1,98); }

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