Html Css Color HEX #58075A Palatinate Purple

📋 copy color: '#58075A'

red 88 ◦ green 7 ◦ blue 90

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

Shades of Palatinate Purple #58075A

Tints of Palatinate Purple #58075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.78%

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

R = 47.57%
G = 3.78%
B = 48.65%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58075A (or 0x58075A) is known color: Palatinate Purple. HEX triplet: 58, 07 and 5A. RGB value is (88,7,90). Sum of RGB (Red+Green+Blue) = 88+7+90=185 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.57% from 185); Green value is 7 (3.12% from 255 or 3.78% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #58075A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58075A is #A7F8A5. Grayscale: #282828. Windows color (decimal): -11008166 or 5900120. OLE color: 5900120.

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

Color convert

RGB 88 7 90 -
CMYK 0.02 0.92 0 0.65
HSL 298.55º 0.86% 0.19% -
HSV(B) 298.55º 0.92% 0.35% -
XYZ 5.95 2.96 9.93 -
YUV 40.68 155.84 161.75 -
System Red Green Blue C M Y K H S L
Decimal 88 7 90 0.02 0.92 0 0.65 298.55 0.86 0.19
Hex 58 7 5A 2 5C 0 41 12B 56 13
Octal 130 7 132 2 134 0 101 453 126 23
Binary 1011000 111 1011010 10 1011100 0 1000001 100101011 1010110 10011

Color Harmonies of #58075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58075A

Black with #58075A

Text Example


Text Example

White with #58075A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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