Html Css Color HEX #581453 Palatinate Purple

📋 copy color: '#581453'

red 88 ◦ green 20 ◦ blue 83

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

Shades of Palatinate Purple #581453

Tints of Palatinate Purple #581453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.47%

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

R = 46.07%
G = 10.47%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#581453 (or 0x581453) is known color: Palatinate Purple. HEX triplet: 58, 14 and 53. RGB value is (88,20,83). Sum of RGB (Red+Green+Blue) = 88+20+83=191 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.07% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 88 - color contains mainly: red. Hex color #581453 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581453 is #A7EBAC. Grayscale: #2F2F2F. Windows color (decimal): -11004845 or 5444696. OLE color: 5444696.

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

Color convert

RGB 88 20 83 -
CMYK 0 0.77 0.06 0.65
HSL 304.41º 0.63% 0.21% -
HSV(B) 304.41º 0.77% 0.35% -
XYZ 5.84 3.2 8.49 -
YUV 47.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 88 20 83 0 0.77 0.06 0.65 304.41 0.63 0.21
Hex 58 14 53 0 4D 6 41 130 3F 15
Octal 130 24 123 0 115 6 101 460 77 25
Binary 1011000 10100 1010011 0 1001101 110 1000001 100110000 111111 10101

Color Harmonies of #581453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581453

Black with #581453

Text Example


Text Example

White with #581453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581453; }

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

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

background-color css

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

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

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

border-color css

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

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

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