Html Css Color HEX #552ACD Purple Heart

📋 copy color: '#552ACD'

red 85 ◦ green 42 ◦ blue 205

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

Shades of Purple Heart #552ACD

Tints of Purple Heart #552ACD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.65%

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

R = 25.6%
G = 12.65%
B = 61.75%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#552ACD (or 0x552ACD) is known color: Purple Heart. HEX triplet: 55, 2A and CD. RGB value is (85,42,205). Sum of RGB (Red+Green+Blue) = 85+42+205=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 42 (16.80% from 255 or 12.65% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #552ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552ACD is #AAD532. Grayscale: #484848. Windows color (decimal): -11195699 or 13445717. OLE color: 13445717.

HSL color Cylindrical-coordinate representation of color #552ACD: hue angle of 255.83º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552ACD is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 42 205 -
CMYK 0.59 0.80 0 0.20
HSL 255.83º 0.66% 0.48% -
HSV(B) 255.83º 0.8% 0.8% -
XYZ 15.59 8 58.48 -
YUV 73.44 202.25 136.25 -
System Red Green Blue C M Y K H S L
Decimal 85 42 205 0.59 0.80 0 0.20 255.83 0.66 0.48
Hex 55 2A CD 3B 50 0 14 100 42 30
Octal 125 52 315 73 120 0 24 400 102 60
Binary 1010101 101010 11001101 111011 1010000 0 10100 100000000 1000010 110000

Color Harmonies of #552ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552ACD

Black with #552ACD

Text Example


Text Example

White with #552ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,42,205); }

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

background-color css

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

 a { background-color: rgb(85,42,205); }

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

border-color css

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

 span { border-color: rgb(85,42,205); }

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