Html Css Color HEX #5515A5 Purple Heart

📋 copy color: '#5515A5'

red 85 ◦ green 21 ◦ blue 165

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

Shades of Purple Heart #5515A5

Tints of Purple Heart #5515A5

RGB

 RED value IS 85 (33.59% from 255) = 31.37%

 GREEN value IS 21 (8.59% from 255) = 7.75%

 BLUE value IS 165 (64.84% from 255) = 60.89%

R = 31.37%
G = 7.75%
B = 60.89%

CMYK

 C value IS 0.48

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5515A5 (or 0x5515A5) is known color: Purple Heart. HEX triplet: 55, 15 and A5. RGB value is (85,21,165). Sum of RGB (Red+Green+Blue) = 85+21+165=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 21 (8.59% from 255 or 7.75% from 271); Blue value is 165 (64.84% from 255 or 60.89% from 271); Max value from RGB is 165 - color contains mainly: blue. Hex color #5515A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5515A5 is #AAEA5A. Grayscale: #383838. Windows color (decimal): -11201115 or 10818901. OLE color: 10818901.

HSL color Cylindrical-coordinate representation of color #5515A5: hue angle of 266.67º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5515A5 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 85 21 165 -
CMYK 0.48 0.87 0 0.35
HSL 266.67º 0.77% 0.36% -
HSV(B) 266.67º 0.87% 0.65% -
XYZ 10.81 5.18 36.03 -
YUV 56.55 189.2 148.29 -
System Red Green Blue C M Y K H S L
Decimal 85 21 165 0.48 0.87 0 0.35 266.67 0.77 0.36
Hex 55 15 A5 30 57 0 23 10B 4D 24
Octal 125 25 245 60 127 0 43 413 115 44
Binary 1010101 10101 10100101 110000 1010111 0 100011 100001011 1001101 100100

Color Harmonies of #5515A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5515A5

Black with #5515A5

Text Example


Text Example

White with #5515A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5515A5; }

 p { color: rgb(85,21,165); }

 H1.HeaderClassName
 {
   color: #5515A5;
 }
 .AnyTagClassName
 {
   color: #5515A5;
 }
</style>

background-color css

<style>
 a { background-color: #5515A5; }

 a { background-color: rgb(85,21,165); }

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

border-color css

<style>
 span { border-color: #5515A5; }

 span { border-color: rgb(85,21,165); }

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