Html Css Color HEX #582150 Palatinate Purple

📋 copy color: '#582150'

red 88 ◦ green 33 ◦ blue 80

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

Shades of Palatinate Purple #582150

Tints of Palatinate Purple #582150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

 BLUE value IS 80 (31.64% from 255) = 39.8%

R = 43.78%
G = 16.42%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#582150 (or 0x582150) is known color: Palatinate Purple. HEX triplet: 58, 21 and 50. RGB value is (88,33,80). Sum of RGB (Red+Green+Blue) = 88+33+80=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 80 (31.64% from 255 or 39.80% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #582150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582150 is #A7DEAF. Grayscale: #363636. Windows color (decimal): -11001520 or 5251416. OLE color: 5251416.

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

Color convert

RGB 88 33 80 -
CMYK 0 0.62 0.09 0.65
HSL 308.73º 0.45% 0.24% -
HSV(B) 308.73º 0.63% 0.35% -
XYZ 6.02 3.74 7.99 -
YUV 54.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 88 33 80 0 0.62 0.09 0.65 308.73 0.45 0.24
Hex 58 21 50 0 3E 9 41 135 2D 18
Octal 130 41 120 0 76 11 101 465 55 30
Binary 1011000 100001 1010000 0 111110 1001 1000001 100110101 101101 11000

Color Harmonies of #582150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #582150

Black with #582150

Text Example


Text Example

White with #582150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #582150; }

 p { color: rgb(88,33,80); }

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

background-color css

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

 a { background-color: rgb(88,33,80); }

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

border-color css

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

 span { border-color: rgb(88,33,80); }

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