Html Css Color HEX #5B0362 Palatinate Purple

📋 copy color: '#5B0362'

red 91 ◦ green 3 ◦ blue 98

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

Shades of Palatinate Purple #5B0362

Tints of Palatinate Purple #5B0362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.56%

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

R = 47.4%
G = 1.56%
B = 51.04%

CMYK

 C value IS 0.07

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#5B0362 (or 0x5B0362) is known color: Palatinate Purple. HEX triplet: 5B, 03 and 62. RGB value is (91,3,98). Sum of RGB (Red+Green+Blue) = 91+3+98=192 (25% of max value = 765). Red value is 91 (35.94% from 255 or 47.40% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #5B0362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0362 is #A4FC9D. Grayscale: #272727. Windows color (decimal): -10812574 or 6423387. OLE color: 6423387.

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

Color convert

RGB 91 3 98 -
CMYK 0.07 0.97 0 0.62
HSL 295.58º 0.94% 0.2% -
HSV(B) 295.58º 0.97% 0.38% -
XYZ 6.55 3.17 11.82 -
YUV 40.14 160.65 164.28 -
System Red Green Blue C M Y K H S L
Decimal 91 3 98 0.07 0.97 0 0.62 295.58 0.94 0.2
Hex 5B 3 62 7 61 0 3E 128 5E 14
Octal 133 3 142 7 141 0 76 450 136 24
Binary 1011011 11 1100010 111 1100001 0 111110 100101000 1011110 10100

Color Harmonies of #5B0362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0362

Black with #5B0362

Text Example


Text Example

White with #5B0362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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