Html Css Color HEX #5B0663 Palatinate Purple

📋 copy color: '#5B0663'

red 91 ◦ green 6 ◦ blue 99

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

Shades of Palatinate Purple #5B0663

Tints of Palatinate Purple #5B0663

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.06%

 BLUE value IS 99 (39.06% from 255) = 50.51%

R = 46.43%
G = 3.06%
B = 50.51%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5B0663 (or 0x5B0663) is known color: Palatinate Purple. HEX triplet: 5B, 06 and 63. RGB value is (91,6,99). Sum of RGB (Red+Green+Blue) = 91+6+99=196 (25% of max value = 765). Red value is 91 (35.94% from 255 or 46.43% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #5B0663 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0663 is #A4F99C. Grayscale: #292929. Windows color (decimal): -10811805 or 6489691. OLE color: 6489691.

HSL color Cylindrical-coordinate representation of color #5B0663: hue angle of 294.84º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0663 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 91 6 99 -
CMYK 0.08 0.94 0 0.61
HSL 294.84º 0.89% 0.21% -
HSV(B) 294.84º 0.94% 0.39% -
XYZ 6.63 3.26 12.08 -
YUV 42.02 160.16 162.94 -
System Red Green Blue C M Y K H S L
Decimal 91 6 99 0.08 0.94 0 0.61 294.84 0.89 0.21
Hex 5B 6 63 8 5E 0 3D 127 59 15
Octal 133 6 143 10 136 0 75 447 131 25
Binary 1011011 110 1100011 1000 1011110 0 111101 100100111 1011001 10101

Color Harmonies of #5B0663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0663

Black with #5B0663

Text Example


Text Example

White with #5B0663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,6,99); }

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

background-color css

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

 a { background-color: rgb(91,6,99); }

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

border-color css

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

 span { border-color: rgb(91,6,99); }

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