Html Css Color HEX #5800BB Purple Heart

📋 copy color: '#5800BB'

red 88 ◦ green 0 ◦ blue 187

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

Shades of Purple Heart #5800BB

Tints of Purple Heart #5800BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 68%

R = 32%
G = 0%
B = 68%

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

#5800BB (or 0x5800BB) is known color: Purple Heart. HEX triplet: 58, 00 and BB. RGB value is (88,0,187). Sum of RGB (Red+Green+Blue) = 88+0+187=275 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #5800BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800BB is #A7FF44. Grayscale: #2E2E2E. Windows color (decimal): -11009861 or 12255320. OLE color: 12255320.

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

Color convert

RGB 88 0 187 -
CMYK 0.53 1 0 0.27
HSL 268.24º 1% 0.37% -
HSV(B) 268.24º 1% 0.73% -
XYZ 12.99 5.66 47.42 -
YUV 47.63 206.65 156.79 -
System Red Green Blue C M Y K H S L
Decimal 88 0 187 0.53 1 0 0.27 268.24 1 0.37
Hex 58 0 BB 35 64 0 1B 10C 64 25
Octal 130 0 273 65 144 0 33 414 144 45
Binary 1011000 0 10111011 110101 1100100 0 11011 100001100 1100100 100101

Color Harmonies of #5800BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800BB

Black with #5800BB

Text Example


Text Example

White with #5800BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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