Html Css Color HEX #580862 Palatinate Purple

📋 copy color: '#580862'

red 88 ◦ green 8 ◦ blue 98

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

Shades of Palatinate Purple #580862

Tints of Palatinate Purple #580862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 98 (38.67% from 255) = 50.52%

R = 45.36%
G = 4.12%
B = 50.52%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#580862 (or 0x580862) is known color: Palatinate Purple. HEX triplet: 58, 08 and 62. RGB value is (88,8,98). Sum of RGB (Red+Green+Blue) = 88+8+98=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 98 (38.67% from 255 or 50.52% from 194); Max value from RGB is 98 - color contains mainly: blue. Hex color #580862 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580862 is #A7F79D. Grayscale: #292929. Windows color (decimal): -11007902 or 6424664. OLE color: 6424664.

HSL color Cylindrical-coordinate representation of color #580862: hue angle of 293.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580862 is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 8 98 -
CMYK 0.10 0.92 0 0.62
HSL 293.33º 0.85% 0.21% -
HSV(B) 293.33º 0.92% 0.38% -
XYZ 6.32 3.13 11.83 -
YUV 42.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 88 8 98 0.10 0.92 0 0.62 293.33 0.85 0.21
Hex 58 8 62 A 5C 0 3E 125 55 15
Octal 130 10 142 12 134 0 76 445 125 25
Binary 1011000 1000 1100010 1010 1011100 0 111110 100100101 1010101 10101

Color Harmonies of #580862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580862

Black with #580862

Text Example


Text Example

White with #580862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580862; }

 p { color: rgb(88,8,98); }

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

background-color css

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

 a { background-color: rgb(88,8,98); }

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

border-color css

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

 span { border-color: rgb(88,8,98); }

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