Html Css Color HEX #5915BC Purple Heart

📋 copy color: '#5915BC'

red 89 ◦ green 21 ◦ blue 188

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

Shades of Purple Heart #5915BC

Tints of Purple Heart #5915BC

RGB

 RED value IS 89 (35.16% from 255) = 29.87%

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

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

R = 29.87%
G = 7.05%
B = 63.09%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5915BC (or 0x5915BC) is known color: Purple Heart. HEX triplet: 59, 15 and BC. RGB value is (89,21,188). Sum of RGB (Red+Green+Blue) = 89+21+188=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 21 (8.59% from 255 or 7.05% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #5915BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915BC is #A6EA43. Grayscale: #3B3B3B. Windows color (decimal): -10938948 or 12326233. OLE color: 12326233.

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

Color convert

RGB 89 21 188 -
CMYK 0.53 0.89 0 0.26
HSL 264.43º 0.8% 0.41% -
HSV(B) 264.43º 0.89% 0.74% -
XYZ 13.47 6.29 48.08 -
YUV 60.37 200.03 148.42 -
System Red Green Blue C M Y K H S L
Decimal 89 21 188 0.53 0.89 0 0.26 264.43 0.8 0.41
Hex 59 15 BC 35 59 0 1A 108 50 29
Octal 131 25 274 65 131 0 32 410 120 51
Binary 1011001 10101 10111100 110101 1011001 0 11010 100001000 1010000 101001

Color Harmonies of #5915BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5915BC

Black with #5915BC

Text Example


Text Example

White with #5915BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,21,188); }

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

background-color css

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

 a { background-color: rgb(89,21,188); }

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

border-color css

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

 span { border-color: rgb(89,21,188); }

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