Html Css Color HEX #581253 Palatinate Purple

📋 copy color: '#581253'

red 88 ◦ green 18 ◦ blue 83

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

Shades of Palatinate Purple #581253

Tints of Palatinate Purple #581253

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.52%

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

R = 46.56%
G = 9.52%
B = 43.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#581253 (or 0x581253) is known color: Palatinate Purple. HEX triplet: 58, 12 and 53. RGB value is (88,18,83). Sum of RGB (Red+Green+Blue) = 88+18+83=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #581253 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581253 is #A7EDAC. Grayscale: #2E2E2E. Windows color (decimal): -11005357 or 5444184. OLE color: 5444184.

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

Color convert

RGB 88 18 83 -
CMYK 0 0.80 0.06 0.65
HSL 304.29º 0.66% 0.21% -
HSV(B) 304.29º 0.8% 0.35% -
XYZ 5.8 3.13 8.48 -
YUV 46.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 88 18 83 0 0.80 0.06 0.65 304.29 0.66 0.21
Hex 58 12 53 0 50 6 41 130 42 15
Octal 130 22 123 0 120 6 101 460 102 25
Binary 1011000 10010 1010011 0 1010000 110 1000001 100110000 1000010 10101

Color Harmonies of #581253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581253

Black with #581253

Text Example


Text Example

White with #581253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581253; }

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

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

background-color css

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

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

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

border-color css

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

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

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