Html Css Color HEX #58145A Palatinate Purple

📋 copy color: '#58145A'

red 88 ◦ green 20 ◦ blue 90

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

Shades of Palatinate Purple #58145A

Tints of Palatinate Purple #58145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 90 (35.55% from 255) = 45.45%

R = 44.44%
G = 10.1%
B = 45.45%

CMYK

 C value IS 0.02

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58145A (or 0x58145A) is known color: Palatinate Purple. HEX triplet: 58, 14 and 5A. RGB value is (88,20,90). Sum of RGB (Red+Green+Blue) = 88+20+90=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 90 (35.55% from 255 or 45.45% from 198); Max value from RGB is 90 - color contains mainly: blue. Hex color #58145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58145A is #A7EBA5. Grayscale: #303030. Windows color (decimal): -11004838 or 5903448. OLE color: 5903448.

HSL color Cylindrical-coordinate representation of color #58145A: hue angle of 298.29º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58145A is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 20 90 -
CMYK 0.02 0.78 0 0.65
HSL 298.29º 0.64% 0.22% -
HSV(B) 298.29º 0.78% 0.35% -
XYZ 6.12 3.31 9.99 -
YUV 48.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 88 20 90 0.02 0.78 0 0.65 298.29 0.64 0.22
Hex 58 14 5A 2 4E 0 41 12A 40 16
Octal 130 24 132 2 116 0 101 452 100 26
Binary 1011000 10100 1011010 10 1001110 0 1000001 100101010 1000000 10110

Color Harmonies of #58145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58145A

Black with #58145A

Text Example


Text Example

White with #58145A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58145A; }

 p { color: rgb(88,20,90); }

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

background-color css

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

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

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

border-color css

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

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

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