Html Css Color HEX #58165A Palatinate Purple

📋 copy color: '#58165A'

red 88 ◦ green 22 ◦ blue 90

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

Shades of Palatinate Purple #58165A

Tints of Palatinate Purple #58165A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 44%
G = 11%
B = 45%

CMYK

 C value IS 0.02

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58165A (or 0x58165A) is known color: Palatinate Purple. HEX triplet: 58, 16 and 5A. RGB value is (88,22,90). Sum of RGB (Red+Green+Blue) = 88+22+90=200 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #58165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58165A is #A7E9A5. Grayscale: #313131. Windows color (decimal): -11004326 or 5903960. OLE color: 5903960.

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

Color convert

RGB 88 22 90 -
CMYK 0.02 0.76 0 0.65
HSL 298.24º 0.61% 0.22% -
HSV(B) 298.24º 0.76% 0.35% -
XYZ 6.16 3.39 10 -
YUV 49.49 150.87 155.47 -
System Red Green Blue C M Y K H S L
Decimal 88 22 90 0.02 0.76 0 0.65 298.24 0.61 0.22
Hex 58 16 5A 2 4C 0 41 12A 3D 16
Octal 130 26 132 2 114 0 101 452 75 26
Binary 1011000 10110 1011010 10 1001100 0 1000001 100101010 111101 10110

Color Harmonies of #58165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58165A

Black with #58165A

Text Example


Text Example

White with #58165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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