Html Css Color HEX #5A04BD Purple Heart

📋 copy color: '#5A04BD'

red 90 ◦ green 4 ◦ blue 189

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

Shades of Purple Heart #5A04BD

Tints of Purple Heart #5A04BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 66.78%

R = 31.8%
G = 1.41%
B = 66.78%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5A04BD (or 0x5A04BD) is known color: Purple Heart. HEX triplet: 5A, 04 and BD. RGB value is (90,4,189). Sum of RGB (Red+Green+Blue) = 90+4+189=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 4 (1.95% from 255 or 1.41% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #5A04BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A04BD is #A5FB42. Grayscale: #323232. Windows color (decimal): -10877763 or 12387418. OLE color: 12387418.

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

Color convert

RGB 90 4 189 -
CMYK 0.52 0.98 0 0.26
HSL 267.89º 0.96% 0.38% -
HSV(B) 267.89º 0.98% 0.74% -
XYZ 13.45 5.93 48.58 -
YUV 50.8 205.99 155.96 -
System Red Green Blue C M Y K H S L
Decimal 90 4 189 0.52 0.98 0 0.26 267.89 0.96 0.38
Hex 5A 4 BD 34 62 0 1A 10C 60 26
Octal 132 4 275 64 142 0 32 414 140 46
Binary 1011010 100 10111101 110100 1100010 0 11010 100001100 1100000 100110

Color Harmonies of #5A04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A04BD

Black with #5A04BD

Text Example


Text Example

White with #5A04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,189); }

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

background-color css

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

 a { background-color: rgb(90,4,189); }

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

border-color css

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

 span { border-color: rgb(90,4,189); }

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