Html Css Color HEX #581353 Palatinate Purple

📋 copy color: '#581353'

red 88 ◦ green 19 ◦ blue 83

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

Shades of Palatinate Purple #581353

Tints of Palatinate Purple #581353

RGB

 RED value IS 88 (34.77% from 255) = 46.32%

 GREEN value IS 19 (7.81% from 255) = 10%

 BLUE value IS 83 (32.81% from 255) = 43.68%

R = 46.32%
G = 10%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#581353 (or 0x581353) is known color: Palatinate Purple. HEX triplet: 58, 13 and 53. RGB value is (88,19,83). Sum of RGB (Red+Green+Blue) = 88+19+83=190 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.32% from 190); Green value is 19 (7.81% from 255 or 10% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 88 - color contains mainly: red. Hex color #581353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581353 is #A7ECAC. Grayscale: #2E2E2E. Windows color (decimal): -11005101 or 5444440. OLE color: 5444440.

HSL color Cylindrical-coordinate representation of color #581353: hue angle of 304.35º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #581353 is Cyan = 0, Magento = 0.78, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 83 -
CMYK 0 0.78 0.06 0.65
HSL 304.35º 0.64% 0.21% -
HSV(B) 304.35º 0.78% 0.35% -
XYZ 5.82 3.16 8.49 -
YUV 46.93 148.36 157.3 -
System Red Green Blue C M Y K H S L
Decimal 88 19 83 0 0.78 0.06 0.65 304.35 0.64 0.21
Hex 58 13 53 0 4E 6 41 130 40 15
Octal 130 23 123 0 116 6 101 460 100 25
Binary 1011000 10011 1010011 0 1001110 110 1000001 100110000 1000000 10101

Color Harmonies of #581353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581353

Black with #581353

Text Example


Text Example

White with #581353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581353; }

 p { color: rgb(88,19,83); }

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

background-color css

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

 a { background-color: rgb(88,19,83); }

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

border-color css

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

 span { border-color: rgb(88,19,83); }

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