Html Css Color HEX #58105A Palatinate Purple

📋 copy color: '#58105A'

red 88 ◦ green 16 ◦ blue 90

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

Shades of Palatinate Purple #58105A

Tints of Palatinate Purple #58105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 45.36%
G = 8.25%
B = 46.39%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#58105A (or 0x58105A) is known color: Palatinate Purple. HEX triplet: 58, 10 and 5A. RGB value is (88,16,90). Sum of RGB (Red+Green+Blue) = 88+16+90=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #58105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58105A is #A7EFA5. Grayscale: #2D2D2D. Windows color (decimal): -11005862 or 5902424. OLE color: 5902424.

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

Color convert

RGB 88 16 90 -
CMYK 0.02 0.82 0 0.65
HSL 298.38º 0.7% 0.21% -
HSV(B) 298.38º 0.82% 0.35% -
XYZ 6.06 3.18 9.97 -
YUV 45.96 152.85 157.98 -
System Red Green Blue C M Y K H S L
Decimal 88 16 90 0.02 0.82 0 0.65 298.38 0.7 0.21
Hex 58 10 5A 2 52 0 41 12A 46 15
Octal 130 20 132 2 122 0 101 452 106 25
Binary 1011000 10000 1011010 10 1010010 0 1000001 100101010 1000110 10101

Color Harmonies of #58105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58105A

Black with #58105A

Text Example


Text Example

White with #58105A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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