Html Css Color HEX #580256 Palatinate Purple

📋 copy color: '#580256'

red 88 ◦ green 2 ◦ blue 86

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

Shades of Palatinate Purple #580256

Tints of Palatinate Purple #580256

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.14%

 BLUE value IS 86 (33.98% from 255) = 48.86%

R = 50%
G = 1.14%
B = 48.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.65

RGB Variations

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

Color information

#580256 (or 0x580256) is known color: Palatinate Purple. HEX triplet: 58, 02 and 56. RGB value is (88,2,86). Sum of RGB (Red+Green+Blue) = 88+2+86=176 (23% of max value = 765). Red value is 88 (34.77% from 255 or 50% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 88 - color contains mainly: red. Hex color #580256 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580256 is #A7FDA9. Grayscale: #252525. Windows color (decimal): -11009450 or 5636696. OLE color: 5636696.

HSL color Cylindrical-coordinate representation of color #580256: hue angle of 301.4º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #580256 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 86 -
CMYK 0 0.98 0.02 0.65
HSL 301.4º 0.96% 0.18% -
HSV(B) 301.4º 0.98% 0.35% -
XYZ 5.73 2.79 9.04 -
YUV 37.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 88 2 86 0 0.98 0.02 0.65 301.4 0.96 0.18
Hex 58 2 56 0 62 2 41 12D 60 12
Octal 130 2 126 0 142 2 101 455 140 22
Binary 1011000 10 1010110 0 1100010 10 1000001 100101101 1100000 10010

Color Harmonies of #580256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580256

Black with #580256

Text Example


Text Example

White with #580256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580256; }

 p { color: rgb(88,2,86); }

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

background-color css

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

 a { background-color: rgb(88,2,86); }

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

border-color css

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

 span { border-color: rgb(88,2,86); }

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