Html Css Color HEX #552DAF Purple Heart

📋 copy color: '#552DAF'

red 85 ◦ green 45 ◦ blue 175

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

Shades of Purple Heart #552DAF

Tints of Purple Heart #552DAF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.75%

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

R = 27.87%
G = 14.75%
B = 57.38%

CMYK

 C value IS 0.51

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#552DAF (or 0x552DAF) is known color: Purple Heart. HEX triplet: 55, 2D and AF. RGB value is (85,45,175). Sum of RGB (Red+Green+Blue) = 85+45+175=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 45 (17.97% from 255 or 14.75% from 305); Blue value is 175 (68.75% from 255 or 57.38% from 305); Max value from RGB is 175 - color contains mainly: blue. Hex color #552DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552DAF is #AAD250. Grayscale: #474747. Windows color (decimal): -11194961 or 11480405. OLE color: 11480405.

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

Color convert

RGB 85 45 175 -
CMYK 0.51 0.74 0 0.31
HSL 258.46º 0.59% 0.43% -
HSV(B) 258.46º 0.74% 0.69% -
XYZ 12.42 6.9 41.24 -
YUV 71.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 85 45 175 0.51 0.74 0 0.31 258.46 0.59 0.43
Hex 55 2D AF 33 4A 0 1F 102 3B 2B
Octal 125 55 257 63 112 0 37 402 73 53
Binary 1010101 101101 10101111 110011 1001010 0 11111 100000010 111011 101011

Color Harmonies of #552DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DAF

Black with #552DAF

Text Example


Text Example

White with #552DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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