Html Css Color HEX #5804BC Purple Heart

📋 copy color: '#5804BC'

red 88 ◦ green 4 ◦ blue 188

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

Shades of Purple Heart #5804BC

Tints of Purple Heart #5804BC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 31.43%
G = 1.43%
B = 67.14%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5804BC (or 0x5804BC) is known color: Purple Heart. HEX triplet: 58, 04 and BC. RGB value is (88,4,188). Sum of RGB (Red+Green+Blue) = 88+4+188=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 4 (1.95% from 255 or 1.43% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #5804BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804BC is #A7FB43. Grayscale: #313131. Windows color (decimal): -11008836 or 12321880. OLE color: 12321880.

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

Color convert

RGB 88 4 188 -
CMYK 0.53 0.98 0 0.26
HSL 267.39º 0.96% 0.38% -
HSV(B) 267.39º 0.98% 0.74% -
XYZ 13.15 5.79 48 -
YUV 50.09 205.83 155.04 -
System Red Green Blue C M Y K H S L
Decimal 88 4 188 0.53 0.98 0 0.26 267.39 0.96 0.38
Hex 58 4 BC 35 62 0 1A 10B 60 26
Octal 130 4 274 65 142 0 32 413 140 46
Binary 1011000 100 10111100 110101 1100010 0 11010 100001011 1100000 100110

Color Harmonies of #5804BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5804BC

Black with #5804BC

Text Example


Text Example

White with #5804BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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