Html Css Color HEX #582051 Palatinate Purple

📋 copy color: '#582051'

red 88 ◦ green 32 ◦ blue 81

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

Shades of Palatinate Purple #582051

Tints of Palatinate Purple #582051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 43.78%
G = 15.92%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#582051 (or 0x582051) is known color: Palatinate Purple. HEX triplet: 58, 20 and 51. RGB value is (88,32,81). Sum of RGB (Red+Green+Blue) = 88+32+81=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #582051 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582051 is #A7DFAE. Grayscale: #363636. Windows color (decimal): -11001775 or 5316696. OLE color: 5316696.

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

Color convert

RGB 88 32 81 -
CMYK 0 0.64 0.08 0.65
HSL 307.5º 0.47% 0.24% -
HSV(B) 307.5º 0.64% 0.35% -
XYZ 6.03 3.7 8.18 -
YUV 54.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 88 32 81 0 0.64 0.08 0.65 307.5 0.47 0.24
Hex 58 20 51 0 40 8 41 134 2F 18
Octal 130 40 121 0 100 10 101 464 57 30
Binary 1011000 100000 1010001 0 1000000 1000 1000001 100110100 101111 11000

Color Harmonies of #582051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582051

Black with #582051

Text Example


Text Example

White with #582051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582051; }

 p { color: rgb(88,32,81); }

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

background-color css

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

 a { background-color: rgb(88,32,81); }

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

border-color css

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

 span { border-color: rgb(88,32,81); }

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