Html Css Color HEX #5800BC Purple Heart

📋 copy color: '#5800BC'

red 88 ◦ green 0 ◦ blue 188

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

Shades of Purple Heart #5800BC

Tints of Purple Heart #5800BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 68.12%

R = 31.88%
G = 0%
B = 68.12%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5800BC (or 0x5800BC) is known color: Purple Heart. HEX triplet: 58, 00 and BC. RGB value is (88,0,188). Sum of RGB (Red+Green+Blue) = 88+0+188=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #5800BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5800BC is #A7FF43. Grayscale: #2F2F2F. Windows color (decimal): -11009860 or 12320856. OLE color: 12320856.

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

Color convert

RGB 88 0 188 -
CMYK 0.53 1 0 0.26
HSL 268.09º 1% 0.37% -
HSV(B) 268.09º 1% 0.74% -
XYZ 13.1 5.71 47.99 -
YUV 47.74 207.15 156.71 -
System Red Green Blue C M Y K H S L
Decimal 88 0 188 0.53 1 0 0.26 268.09 1 0.37
Hex 58 0 BC 35 64 0 1A 10C 64 25
Octal 130 0 274 65 144 0 32 414 144 45
Binary 1011000 0 10111100 110101 1100100 0 11010 100001100 1100100 100101

Color Harmonies of #5800BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5800BC

Black with #5800BC

Text Example


Text Example

White with #5800BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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