Html Css Color HEX #552FAF Purple Heart

📋 copy color: '#552FAF'

red 85 ◦ green 47 ◦ blue 175

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

Shades of Purple Heart #552FAF

Tints of Purple Heart #552FAF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

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

R = 27.69%
G = 15.31%
B = 57%

CMYK

 C value IS 0.51

 M value IS 0.73

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#552FAF (or 0x552FAF) is known color: Purple Heart. HEX triplet: 55, 2F and AF. RGB value is (85,47,175). Sum of RGB (Red+Green+Blue) = 85+47+175=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #552FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552FAF is #AAD050. Grayscale: #484848. Windows color (decimal): -11194449 or 11480917. OLE color: 11480917.

HSL color Cylindrical-coordinate representation of color #552FAF: hue angle of 257.81º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552FAF is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 47 175 -
CMYK 0.51 0.73 0 0.31
HSL 257.81º 0.58% 0.44% -
HSV(B) 257.81º 0.73% 0.69% -
XYZ 12.5 7.06 41.26 -
YUV 72.95 185.59 136.59 -
System Red Green Blue C M Y K H S L
Decimal 85 47 175 0.51 0.73 0 0.31 257.81 0.58 0.44
Hex 55 2F AF 33 49 0 1F 102 3A 2C
Octal 125 57 257 63 111 0 37 402 72 54
Binary 1010101 101111 10101111 110011 1001001 0 11111 100000010 111010 101100

Color Harmonies of #552FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FAF

Black with #552FAF

Text Example


Text Example

White with #552FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552FAF; }

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

 H1.HeaderClassName
 {
   color: #552FAF;
 }
 .AnyTagClassName
 {
   color: #552FAF;
 }
</style>

background-color css

<style>
 a { background-color: #552FAF; }

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

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

border-color css

<style>
 span { border-color: #552FAF; }

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

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