Html Css Color HEX #580258 Palatinate Purple

📋 copy color: '#580258'

red 88 ◦ green 2 ◦ blue 88

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

Shades of Palatinate Purple #580258

Tints of Palatinate Purple #580258

RGB

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

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

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

R = 49.44%
G = 1.12%
B = 49.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#580258 (or 0x580258) is known color: Palatinate Purple. HEX triplet: 58, 02 and 58. RGB value is (88,2,88). Sum of RGB (Red+Green+Blue) = 88+2+88=178 (23% of max value = 765). Red value is 88 (34.77% from 255 or 49.44% from 178); Green value is 2 (1.17% from 255 or 1.12% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: red, blue. Hex color #580258 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580258 is #A7FDA7. Grayscale: #252525. Windows color (decimal): -11009448 or 5767768. OLE color: 5767768.

HSL color Cylindrical-coordinate representation of color #580258: hue angle of 300º 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 #580258 is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 2 88 -
CMYK 0 0.98 0 0.65
HSL 300º 0.96% 0.18% -
HSV(B) 300º 0.98% 0.35% -
XYZ 5.81 2.82 9.47 -
YUV 37.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 88 2 88 0 0.98 0 0.65 300 0.96 0.18
Hex 58 2 58 0 62 0 41 12C 60 12
Octal 130 2 130 0 142 0 101 454 140 22
Binary 1011000 10 1011000 0 1100010 0 1000001 100101100 1100000 10010

Color Harmonies of #580258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580258

Black with #580258

Text Example


Text Example

White with #580258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580258; }

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

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

background-color css

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

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

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

border-color css

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

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

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