Html Css Color HEX #553BC9 Purple Heart

📋 copy color: '#553BC9'

red 85 ◦ green 59 ◦ blue 201

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

Shades of Purple Heart #553BC9

Tints of Purple Heart #553BC9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.1%

 BLUE value IS 201 (78.91% from 255) = 58.26%

R = 24.64%
G = 17.1%
B = 58.26%

CMYK

 C value IS 0.58

 M value IS 0.71

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#553BC9 (or 0x553BC9) is known color: Purple Heart. HEX triplet: 55, 3B and C9. RGB value is (85,59,201). Sum of RGB (Red+Green+Blue) = 85+59+201=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 201 (78.91% from 255 or 58.26% from 345); Max value from RGB is 201 - color contains mainly: blue. Hex color #553BC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BC9 is #AAC436. Grayscale: #525252. Windows color (decimal): -11191351 or 13187925. OLE color: 13187925.

HSL color Cylindrical-coordinate representation of color #553BC9: hue angle of 250.99º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553BC9 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 85 59 201 -
CMYK 0.58 0.71 0 0.21
HSL 250.99º 0.57% 0.51% -
HSV(B) 250.99º 0.71% 0.79% -
XYZ 15.85 9.28 56.21 -
YUV 82.96 194.61 129.45 -
System Red Green Blue C M Y K H S L
Decimal 85 59 201 0.58 0.71 0 0.21 250.99 0.57 0.51
Hex 55 3B C9 3A 47 0 15 FB 39 33
Octal 125 73 311 72 107 0 25 373 71 63
Binary 1010101 111011 11001001 111010 1000111 0 10101 11111011 111001 110011

Color Harmonies of #553BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BC9

Black with #553BC9

Text Example


Text Example

White with #553BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,59,201); }

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

background-color css

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

 a { background-color: rgb(85,59,201); }

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

border-color css

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

 span { border-color: rgb(85,59,201); }

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