Html Css Color HEX #581952 Palatinate Purple

📋 copy color: '#581952'

red 88 ◦ green 25 ◦ blue 82

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

Shades of Palatinate Purple #581952

Tints of Palatinate Purple #581952

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.82%

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

R = 45.13%
G = 12.82%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#581952 (or 0x581952) is known color: Palatinate Purple. HEX triplet: 58, 19 and 52. RGB value is (88,25,82). Sum of RGB (Red+Green+Blue) = 88+25+82=195 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.13% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 88 - color contains mainly: red. Hex color #581952 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #581952 is #A7E6AD. Grayscale: #323232. Windows color (decimal): -11003566 or 5380440. OLE color: 5380440.

HSL color Cylindrical-coordinate representation of color #581952: hue angle of 305.71º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #581952 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 25 82 -
CMYK 0 0.72 0.07 0.65
HSL 305.71º 0.56% 0.22% -
HSV(B) 305.71º 0.72% 0.35% -
XYZ 5.9 3.38 8.32 -
YUV 50.34 145.87 154.87 -
System Red Green Blue C M Y K H S L
Decimal 88 25 82 0 0.72 0.07 0.65 305.71 0.56 0.22
Hex 58 19 52 0 48 7 41 132 38 16
Octal 130 31 122 0 110 7 101 462 70 26
Binary 1011000 11001 1010010 0 1001000 111 1000001 100110010 111000 10110

Color Harmonies of #581952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #581952

Black with #581952

Text Example


Text Example

White with #581952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #581952; }

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

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

background-color css

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

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

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

border-color css

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

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

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