Html Css Color HEX #5800BA Purple Heart

📋 copy color: '#5800BA'

red 88 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #5800BA

Tints of Purple Heart #5800BA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 186 (73.05% from 255) = 67.88%

R = 32.12%
G = 0%
B = 67.88%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5800BA (or 0x5800BA) is known color: Purple Heart. HEX triplet: 58, 00 and BA. RGB value is (88,0,186). Sum of RGB (Red+Green+Blue) = 88+0+186=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 186 (73.05% from 255 or 67.88% from 274); Max value from RGB is 186 - color contains mainly: blue. Hex color #5800BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800BA is #A7FF45. Grayscale: #2E2E2E. Windows color (decimal): -11009862 or 12189784. OLE color: 12189784.

HSL color Cylindrical-coordinate representation of color #5800BA: hue angle of 268.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5800BA is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 0 186 -
CMYK 0.53 1 0 0.27
HSL 268.39º 1% 0.36% -
HSV(B) 268.39º 1% 0.73% -
XYZ 12.89 5.62 46.86 -
YUV 47.52 206.15 156.88 -
System Red Green Blue C M Y K H S L
Decimal 88 0 186 0.53 1 0 0.27 268.39 1 0.36
Hex 58 0 BA 35 64 0 1B 10C 64 24
Octal 130 0 272 65 144 0 33 414 144 44
Binary 1011000 0 10111010 110101 1100100 0 11011 100001100 1100100 100100

Color Harmonies of #5800BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800BA

Black with #5800BA

Text Example


Text Example

White with #5800BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5800BA; }

 p { color: rgb(88,0,186); }

 H1.HeaderClassName
 {
   color: #5800BA;
 }
 .AnyTagClassName
 {
   color: #5800BA;
 }
</style>

background-color css

<style>
 a { background-color: #5800BA; }

 a { background-color: rgb(88,0,186); }

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

border-color css

<style>
 span { border-color: #5800BA; }

 span { border-color: rgb(88,0,186); }

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