Html Css Color HEX #5C28AB Purple Heart

📋 copy color: '#5C28AB'

red 92 ◦ green 40 ◦ blue 171

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

Shades of Purple Heart #5C28AB

Tints of Purple Heart #5C28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.2%

 BLUE value IS 171 (67.19% from 255) = 56.44%

R = 30.36%
G = 13.2%
B = 56.44%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C28AB (or 0x5C28AB) is known color: Purple Heart. HEX triplet: 5C, 28 and AB. RGB value is (92,40,171). Sum of RGB (Red+Green+Blue) = 92+40+171=303 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.36% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C28AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C28AB is #A3D754. Grayscale: #464646. Windows color (decimal): -10737493 or 11216988. OLE color: 11216988.

HSL color Cylindrical-coordinate representation of color #5C28AB: hue angle of 263.82º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C28AB is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 92 40 171 -
CMYK 0.46 0.77 0 0.33
HSL 263.82º 0.62% 0.41% -
HSV(B) 263.82º 0.77% 0.67% -
XYZ 12.52 6.73 39.17 -
YUV 70.48 184.73 143.35 -
System Red Green Blue C M Y K H S L
Decimal 92 40 171 0.46 0.77 0 0.33 263.82 0.62 0.41
Hex 5C 28 AB 2E 4D 0 21 108 3E 29
Octal 134 50 253 56 115 0 41 410 76 51
Binary 1011100 101000 10101011 101110 1001101 0 100001 100001000 111110 101001

Color Harmonies of #5C28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C28AB

Black with #5C28AB

Text Example


Text Example

White with #5C28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,40,171); }

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

background-color css

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

 a { background-color: rgb(92,40,171); }

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

border-color css

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

 span { border-color: rgb(92,40,171); }

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