Html Css Color HEX #581252 Palatinate Purple

📋 copy color: '#581252'

red 88 ◦ green 18 ◦ blue 82

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

Shades of Palatinate Purple #581252

Tints of Palatinate Purple #581252

RGB

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

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

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

R = 46.81%
G = 9.57%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#581252 (or 0x581252) is known color: Palatinate Purple. HEX triplet: 58, 12 and 52. RGB value is (88,18,82). Sum of RGB (Red+Green+Blue) = 88+18+82=188 (24% of max value = 765). Red value is 88 (34.77% from 255 or 46.81% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 82 (32.42% from 255 or 43.62% from 188); Max value from RGB is 88 - color contains mainly: red. Hex color #581252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581252 is #A7EDAD. Grayscale: #2E2E2E. Windows color (decimal): -11005358 or 5378648. OLE color: 5378648.

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

Color convert

RGB 88 18 82 -
CMYK 0 0.80 0.07 0.65
HSL 305.14º 0.66% 0.21% -
HSV(B) 305.14º 0.8% 0.35% -
XYZ 5.76 3.12 8.28 -
YUV 46.23 148.19 157.8 -
System Red Green Blue C M Y K H S L
Decimal 88 18 82 0 0.80 0.07 0.65 305.14 0.66 0.21
Hex 58 12 52 0 50 7 41 131 42 15
Octal 130 22 122 0 120 7 101 461 102 25
Binary 1011000 10010 1010010 0 1010000 111 1000001 100110001 1000010 10101

Color Harmonies of #581252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581252

Black with #581252

Text Example


Text Example

White with #581252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581252; }

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

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

background-color css

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

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

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

border-color css

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

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

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