Html Css Color HEX #553CCD Purple Heart

📋 copy color: '#553CCD'

red 85 ◦ green 60 ◦ blue 205

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

Shades of Purple Heart #553CCD

Tints of Purple Heart #553CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.14%

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

R = 24.29%
G = 17.14%
B = 58.57%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#553CCD (or 0x553CCD) is known color: Purple Heart. HEX triplet: 55, 3C and CD. RGB value is (85,60,205). Sum of RGB (Red+Green+Blue) = 85+60+205=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 60 (23.83% from 255 or 17.14% from 350); Blue value is 205 (80.47% from 255 or 58.57% from 350); Max value from RGB is 205 - color contains mainly: blue. Hex color #553CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553CCD is #AAC332. Grayscale: #535353. Windows color (decimal): -11191091 or 13450325. OLE color: 13450325.

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

Color convert

RGB 85 60 205 -
CMYK 0.59 0.71 0 0.20
HSL 250.34º 0.59% 0.52% -
HSV(B) 250.34º 0.71% 0.8% -
XYZ 16.38 9.57 58.74 -
YUV 84.01 196.28 128.71 -
System Red Green Blue C M Y K H S L
Decimal 85 60 205 0.59 0.71 0 0.20 250.34 0.59 0.52
Hex 55 3C CD 3B 47 0 14 FA 3B 34
Octal 125 74 315 73 107 0 24 372 73 64
Binary 1010101 111100 11001101 111011 1000111 0 10100 11111010 111011 110100

Color Harmonies of #553CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553CCD

Black with #553CCD

Text Example


Text Example

White with #553CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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