Html Css Color HEX #5C04BA Purple Heart

📋 copy color: '#5C04BA'

red 92 ◦ green 4 ◦ blue 186

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

Shades of Purple Heart #5C04BA

Tints of Purple Heart #5C04BA

RGB

 RED value IS 92 (36.33% from 255) = 32.62%

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

 BLUE value IS 186 (73.05% from 255) = 65.96%

R = 32.62%
G = 1.42%
B = 65.96%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C04BA (or 0x5C04BA) is known color: Purple Heart. HEX triplet: 5C, 04 and BA. RGB value is (92,4,186). Sum of RGB (Red+Green+Blue) = 92+4+186=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 186 (73.05% from 255 or 65.96% from 282); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C04BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C04BA is #A3FB45. Grayscale: #323232. Windows color (decimal): -10746694 or 12190812. OLE color: 12190812.

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

Color convert

RGB 92 4 186 -
CMYK 0.51 0.98 0 0.27
HSL 269.01º 0.96% 0.37% -
HSV(B) 269.01º 0.98% 0.73% -
XYZ 13.32 5.91 46.89 -
YUV 51.06 204.15 157.2 -
System Red Green Blue C M Y K H S L
Decimal 92 4 186 0.51 0.98 0 0.27 269.01 0.96 0.37
Hex 5C 4 BA 33 62 0 1B 10D 60 25
Octal 134 4 272 63 142 0 33 415 140 45
Binary 1011100 100 10111010 110011 1100010 0 11011 100001101 1100000 100101

Color Harmonies of #5C04BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C04BA

Black with #5C04BA

Text Example


Text Example

White with #5C04BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,4,186); }

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

background-color css

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

 a { background-color: rgb(92,4,186); }

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

border-color css

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

 span { border-color: rgb(92,4,186); }

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