Html Css Color HEX #581352 Palatinate Purple

📋 copy color: '#581352'

red 88 ◦ green 19 ◦ blue 82

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

Shades of Palatinate Purple #581352

Tints of Palatinate Purple #581352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.39%

R = 46.56%
G = 10.05%
B = 43.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#581352 (or 0x581352) is known color: Palatinate Purple. HEX triplet: 58, 13 and 52. RGB value is (88,19,82). Sum of RGB (Red+Green+Blue) = 88+19+82=189 (25% of max value = 765). Red value is 88 (34.77% from 255 or 46.56% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 88 - color contains mainly: red. Hex color #581352 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581352 is #A7ECAD. Grayscale: #2E2E2E. Windows color (decimal): -11005102 or 5378904. OLE color: 5378904.

HSL color Cylindrical-coordinate representation of color #581352: hue angle of 305.22º 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 #581352 is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 19 82 -
CMYK 0 0.78 0.07 0.65
HSL 305.22º 0.64% 0.21% -
HSV(B) 305.22º 0.78% 0.35% -
XYZ 5.78 3.15 8.29 -
YUV 46.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 88 19 82 0 0.78 0.07 0.65 305.22 0.64 0.21
Hex 58 13 52 0 4E 7 41 131 40 15
Octal 130 23 122 0 116 7 101 461 100 25
Binary 1011000 10011 1010010 0 1001110 111 1000001 100110001 1000000 10101

Color Harmonies of #581352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581352

Black with #581352

Text Example


Text Example

White with #581352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581352; }

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

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

background-color css

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

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

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

border-color css

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

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

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