Html Css Color HEX #5525AF Purple Heart

📋 copy color: '#5525AF'

red 85 ◦ green 37 ◦ blue 175

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

Shades of Purple Heart #5525AF

Tints of Purple Heart #5525AF

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.46%

 BLUE value IS 175 (68.75% from 255) = 58.92%

R = 28.62%
G = 12.46%
B = 58.92%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5525AF (or 0x5525AF) is known color: Purple Heart. HEX triplet: 55, 25 and AF. RGB value is (85,37,175). Sum of RGB (Red+Green+Blue) = 85+37+175=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #5525AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5525AF is #AADA50. Grayscale: #424242. Windows color (decimal): -11197009 or 11478357. OLE color: 11478357.

HSL color Cylindrical-coordinate representation of color #5525AF: hue angle of 260.87º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5525AF is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 37 175 -
CMYK 0.51 0.79 0 0.31
HSL 260.87º 0.65% 0.42% -
HSV(B) 260.87º 0.79% 0.69% -
XYZ 12.15 6.35 41.14 -
YUV 67.08 188.9 140.78 -
System Red Green Blue C M Y K H S L
Decimal 85 37 175 0.51 0.79 0 0.31 260.87 0.65 0.42
Hex 55 25 AF 33 4F 0 1F 105 41 2A
Octal 125 45 257 63 117 0 37 405 101 52
Binary 1010101 100101 10101111 110011 1001111 0 11111 100000101 1000001 101010

Color Harmonies of #5525AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5525AF

Black with #5525AF

Text Example


Text Example

White with #5525AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5525AF; }

 p { color: rgb(85,37,175); }

 H1.HeaderClassName
 {
   color: #5525AF;
 }
 .AnyTagClassName
 {
   color: #5525AF;
 }
</style>

background-color css

<style>
 a { background-color: #5525AF; }

 a { background-color: rgb(85,37,175); }

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

border-color css

<style>
 span { border-color: #5525AF; }

 span { border-color: rgb(85,37,175); }

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