Html Css Color HEX #5C29BA Purple Heart

📋 copy color: '#5C29BA'

red 92 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #5C29BA

Tints of Purple Heart #5C29BA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.85%

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

R = 28.84%
G = 12.85%
B = 58.31%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C29BA (or 0x5C29BA) is known color: Purple Heart. HEX triplet: 5C, 29 and BA. RGB value is (92,41,186). Sum of RGB (Red+Green+Blue) = 92+41+186=319 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.84% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 186 (73.05% from 255 or 58.31% from 319); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C29BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C29BA is #A3D645. Grayscale: #484848. Windows color (decimal): -10737222 or 12200284. OLE color: 12200284.

HSL color Cylindrical-coordinate representation of color #5C29BA: hue angle of 261.1º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C29BA is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 41 186 -
CMYK 0.51 0.78 0 0.27
HSL 261.1º 0.64% 0.45% -
HSV(B) 261.1º 0.78% 0.73% -
XYZ 14.07 7.41 47.14 -
YUV 72.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 92 41 186 0.51 0.78 0 0.27 261.1 0.64 0.45
Hex 5C 29 BA 33 4E 0 1B 105 40 2D
Octal 134 51 272 63 116 0 33 405 100 55
Binary 1011100 101001 10111010 110011 1001110 0 11011 100000101 1000000 101101

Color Harmonies of #5C29BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C29BA

Black with #5C29BA

Text Example


Text Example

White with #5C29BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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