Html Css Color HEX #5A1CCD Purple Heart

📋 copy color: '#5A1CCD'

red 90 ◦ green 28 ◦ blue 205

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

Shades of Purple Heart #5A1CCD

Tints of Purple Heart #5A1CCD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.67%

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 27.86%
G = 8.67%
B = 63.47%

CMYK

 C value IS 0.56

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5A1CCD (or 0x5A1CCD) is known color: Purple Heart. HEX triplet: 5A, 1C and CD. RGB value is (90,28,205). Sum of RGB (Red+Green+Blue) = 90+28+205=323 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.86% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #5A1CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A1CCD is #A5E332. Grayscale: #424242. Windows color (decimal): -10871603 or 13442138. OLE color: 13442138.

HSL color Cylindrical-coordinate representation of color #5A1CCD: hue angle of 261.02º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5A1CCD is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 28 205 -
CMYK 0.56 0.86 0 0.20
HSL 261.02º 0.76% 0.46% -
HSV(B) 261.02º 0.86% 0.8% -
XYZ 15.65 7.41 58.36 -
YUV 66.72 206.04 144.61 -
System Red Green Blue C M Y K H S L
Decimal 90 28 205 0.56 0.86 0 0.20 261.02 0.76 0.46
Hex 5A 1C CD 38 56 0 14 105 4C 2E
Octal 132 34 315 70 126 0 24 405 114 56
Binary 1011010 11100 11001101 111000 1010110 0 10100 100000101 1001100 101110

Color Harmonies of #5A1CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1CCD

Black with #5A1CCD

Text Example


Text Example

White with #5A1CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,28,205); }

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

background-color css

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

 a { background-color: rgb(90,28,205); }

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

border-color css

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

 span { border-color: rgb(90,28,205); }

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