Html Css Color HEX #5804BB Purple Heart

📋 copy color: '#5804BB'

red 88 ◦ green 4 ◦ blue 187

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

Shades of Purple Heart #5804BB

Tints of Purple Heart #5804BB

RGB

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

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

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

R = 31.54%
G = 1.43%
B = 67.03%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5804BB (or 0x5804BB) is known color: Purple Heart. HEX triplet: 58, 04 and BB. RGB value is (88,4,187). Sum of RGB (Red+Green+Blue) = 88+4+187=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #5804BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5804BB is #A7FB44. Grayscale: #313131. Windows color (decimal): -11008837 or 12256344. OLE color: 12256344.

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

Color convert

RGB 88 4 187 -
CMYK 0.53 0.98 0 0.27
HSL 267.54º 0.96% 0.37% -
HSV(B) 267.54º 0.98% 0.73% -
XYZ 13.04 5.75 47.44 -
YUV 49.98 205.33 155.12 -
System Red Green Blue C M Y K H S L
Decimal 88 4 187 0.53 0.98 0 0.27 267.54 0.96 0.37
Hex 58 4 BB 35 62 0 1B 10C 60 25
Octal 130 4 273 65 142 0 33 414 140 45
Binary 1011000 100 10111011 110101 1100010 0 11011 100001100 1100000 100101

Color Harmonies of #5804BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5804BB

Black with #5804BB

Text Example


Text Example

White with #5804BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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