Html Css Color HEX #553ACD Purple Heart

📋 copy color: '#553ACD'

red 85 ◦ green 58 ◦ blue 205

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

Shades of Purple Heart #553ACD

Tints of Purple Heart #553ACD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.67%

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

R = 24.43%
G = 16.67%
B = 58.91%

CMYK

 C value IS 0.59

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#553ACD (or 0x553ACD) is known color: Purple Heart. HEX triplet: 55, 3A and CD. RGB value is (85,58,205). Sum of RGB (Red+Green+Blue) = 85+58+205=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #553ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553ACD is #AAC532. Grayscale: #525252. Windows color (decimal): -11191603 or 13449813. OLE color: 13449813.

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

Color convert

RGB 85 58 205 -
CMYK 0.59 0.72 0 0.20
HSL 251.02º 0.6% 0.52% -
HSV(B) 251.02º 0.72% 0.8% -
XYZ 16.28 9.37 58.71 -
YUV 82.83 196.95 129.55 -
System Red Green Blue C M Y K H S L
Decimal 85 58 205 0.59 0.72 0 0.20 251.02 0.6 0.52
Hex 55 3A CD 3B 48 0 14 FB 3C 34
Octal 125 72 315 73 110 0 24 373 74 64
Binary 1010101 111010 11001101 111011 1001000 0 10100 11111011 111100 110100

Color Harmonies of #553ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553ACD

Black with #553ACD

Text Example


Text Example

White with #553ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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