Html Css Color HEX #5A14BC Purple Heart

📋 copy color: '#5A14BC'

red 90 ◦ green 20 ◦ blue 188

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

Shades of Purple Heart #5A14BC

Tints of Purple Heart #5A14BC

RGB

 RED value IS 90 (35.55% from 255) = 30.2%

 GREEN value IS 20 (8.2% from 255) = 6.71%

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

R = 30.2%
G = 6.71%
B = 63.09%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A14BC (or 0x5A14BC) is known color: Purple Heart. HEX triplet: 5A, 14 and BC. RGB value is (90,20,188). Sum of RGB (Red+Green+Blue) = 90+20+188=298 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.20% from 298); Green value is 20 (8.20% from 255 or 6.71% 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 #5A14BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A14BC is #A5EB43. Grayscale: #3B3B3B. Windows color (decimal): -10873668 or 12325978. OLE color: 12325978.

HSL color Cylindrical-coordinate representation of color #5A14BC: hue angle of 265º degrees, saturation: 0.81, 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 #5A14BC is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 90 20 188 -
CMYK 0.52 0.89 0 0.26
HSL 265º 0.81% 0.41% -
HSV(B) 265º 0.89% 0.74% -
XYZ 13.54 6.3 48.08 -
YUV 60.08 200.19 149.34 -
System Red Green Blue C M Y K H S L
Decimal 90 20 188 0.52 0.89 0 0.26 265 0.81 0.41
Hex 5A 14 BC 34 59 0 1A 109 51 29
Octal 132 24 274 64 131 0 32 411 121 51
Binary 1011010 10100 10111100 110100 1011001 0 11010 100001001 1010001 101001

Color Harmonies of #5A14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A14BC

Black with #5A14BC

Text Example


Text Example

White with #5A14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A14BC; }

 p { color: rgb(90,20,188); }

 H1.HeaderClassName
 {
   color: #5A14BC;
 }
 .AnyTagClassName
 {
   color: #5A14BC;
 }
</style>

background-color css

<style>
 a { background-color: #5A14BC; }

 a { background-color: rgb(90,20,188); }

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

border-color css

<style>
 span { border-color: #5A14BC; }

 span { border-color: rgb(90,20,188); }

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