Html Css Color HEX #5815BF Purple Heart

📋 copy color: '#5815BF'

red 88 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #5815BF

Tints of Purple Heart #5815BF

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7%

 BLUE value IS 191 (75% from 255) = 63.67%

R = 29.33%
G = 7%
B = 63.67%

CMYK

 C value IS 0.54

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5815BF (or 0x5815BF) is known color: Purple Heart. HEX triplet: 58, 15 and BF. RGB value is (88,21,191). Sum of RGB (Red+Green+Blue) = 88+21+191=300 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.33% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #5815BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5815BF is #A7EA40. Grayscale: #3B3B3B. Windows color (decimal): -11004481 or 12522840. OLE color: 12522840.

HSL color Cylindrical-coordinate representation of color #5815BF: hue angle of 263.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5815BF is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 21 191 -
CMYK 0.54 0.89 0 0.25
HSL 263.65º 0.8% 0.42% -
HSV(B) 263.65º 0.89% 0.75% -
XYZ 13.7 6.37 49.8 -
YUV 60.41 201.7 147.68 -
System Red Green Blue C M Y K H S L
Decimal 88 21 191 0.54 0.89 0 0.25 263.65 0.8 0.42
Hex 58 15 BF 36 59 0 19 108 50 2A
Octal 130 25 277 66 131 0 31 410 120 52
Binary 1011000 10101 10111111 110110 1011001 0 11001 100001000 1010000 101010

Color Harmonies of #5815BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5815BF

Black with #5815BF

Text Example


Text Example

White with #5815BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5815BF; }

 p { color: rgb(88,21,191); }

 H1.HeaderClassName
 {
   color: #5815BF;
 }
 .AnyTagClassName
 {
   color: #5815BF;
 }
</style>

background-color css

<style>
 a { background-color: #5815BF; }

 a { background-color: rgb(88,21,191); }

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

border-color css

<style>
 span { border-color: #5815BF; }

 span { border-color: rgb(88,21,191); }

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