Html Css Color HEX #58175A Palatinate Purple

📋 copy color: '#58175A'

red 88 ◦ green 23 ◦ blue 90

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

Shades of Palatinate Purple #58175A

Tints of Palatinate Purple #58175A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.44%

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

R = 43.78%
G = 11.44%
B = 44.78%

CMYK

 C value IS 0.02

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58175A (or 0x58175A) is known color: Palatinate Purple. HEX triplet: 58, 17 and 5A. RGB value is (88,23,90). Sum of RGB (Red+Green+Blue) = 88+23+90=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 23 (9.38% from 255 or 11.44% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #58175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58175A is #A7E8A5. Grayscale: #313131. Windows color (decimal): -11004070 or 5904216. OLE color: 5904216.

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

Color convert

RGB 88 23 90 -
CMYK 0.02 0.74 0 0.65
HSL 298.21º 0.59% 0.22% -
HSV(B) 298.21º 0.74% 0.35% -
XYZ 6.18 3.43 10.01 -
YUV 50.07 150.53 155.05 -
System Red Green Blue C M Y K H S L
Decimal 88 23 90 0.02 0.74 0 0.65 298.21 0.59 0.22
Hex 58 17 5A 2 4A 0 41 12A 3B 16
Octal 130 27 132 2 112 0 101 452 73 26
Binary 1011000 10111 1011010 10 1001010 0 1000001 100101010 111011 10110

Color Harmonies of #58175A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58175A

Black with #58175A

Text Example


Text Example

White with #58175A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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