Html Css Color HEX #580358 Palatinate Purple

📋 copy color: '#580358'

red 88 ◦ green 3 ◦ blue 88

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

Shades of Palatinate Purple #580358

Tints of Palatinate Purple #580358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

 BLUE value IS 88 (34.77% from 255) = 49.16%

R = 49.16%
G = 1.68%
B = 49.16%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580358 (or 0x580358) is known color: Palatinate Purple. HEX triplet: 58, 03 and 58. RGB value is (88,3,88). Sum of RGB (Red+Green+Blue) = 88+3+88=179 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.16% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #580358 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580358 is #A7FCA7. Grayscale: #252525. Windows color (decimal): -11009192 or 5768024. OLE color: 5768024.

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

Color convert

RGB 88 3 88 -
CMYK 0 0.97 0 0.65
HSL 300º 0.93% 0.18% -
HSV(B) 300º 0.97% 0.35% -
XYZ 5.82 2.84 9.47 -
YUV 38.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 88 3 88 0 0.97 0 0.65 300 0.93 0.18
Hex 58 3 58 0 61 0 41 12C 5D 12
Octal 130 3 130 0 141 0 101 454 135 22
Binary 1011000 11 1011000 0 1100001 0 1000001 100101100 1011101 10010

Color Harmonies of #580358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580358

Black with #580358

Text Example


Text Example

White with #580358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580358; }

 p { color: rgb(88,3,88); }

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

background-color css

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

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

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

border-color css

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

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

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