Html Css Color HEX #5D0763 Palatinate Purple

📋 copy color: '#5D0763'

red 93 ◦ green 7 ◦ blue 99

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

Shades of Palatinate Purple #5D0763

Tints of Palatinate Purple #5D0763

RGB

 RED value IS 93 (36.72% from 255) = 46.73%

 GREEN value IS 7 (3.13% from 255) = 3.52%

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

R = 46.73%
G = 3.52%
B = 49.75%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5D0763 (or 0x5D0763) is known color: Palatinate Purple. HEX triplet: 5D, 07 and 63. RGB value is (93,7,99). Sum of RGB (Red+Green+Blue) = 93+7+99=199 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.73% from 199); Green value is 7 (3.12% from 255 or 3.52% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #5D0763 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0763 is #A2F89C. Grayscale: #2A2A2A. Windows color (decimal): -10680477 or 6489949. OLE color: 6489949.

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

Color convert

RGB 93 7 99 -
CMYK 0.06 0.93 0 0.61
HSL 296.09º 0.87% 0.21% -
HSV(B) 296.09º 0.93% 0.39% -
XYZ 6.84 3.38 12.1 -
YUV 43.2 159.49 163.52 -
System Red Green Blue C M Y K H S L
Decimal 93 7 99 0.06 0.93 0 0.61 296.09 0.87 0.21
Hex 5D 7 63 6 5D 0 3D 128 57 15
Octal 135 7 143 6 135 0 75 450 127 25
Binary 1011101 111 1100011 110 1011101 0 111101 100101000 1010111 10101

Color Harmonies of #5D0763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0763

Black with #5D0763

Text Example


Text Example

White with #5D0763

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,7,99); }

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

background-color css

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

 a { background-color: rgb(93,7,99); }

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

border-color css

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

 span { border-color: rgb(93,7,99); }

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