Html Css Color HEX #553DC9 Purple Heart

📋 copy color: '#553DC9'

red 85 ◦ green 61 ◦ blue 201

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

Shades of Purple Heart #553DC9

Tints of Purple Heart #553DC9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.58%

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

R = 24.5%
G = 17.58%
B = 57.93%

CMYK

 C value IS 0.58

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#553DC9 (or 0x553DC9) is known color: Purple Heart. HEX triplet: 55, 3D and C9. RGB value is (85,61,201). Sum of RGB (Red+Green+Blue) = 85+61+201=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 201 (78.91% from 255 or 57.93% from 347); Max value from RGB is 201 - color contains mainly: blue. Hex color #553DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DC9 is #AAC236. Grayscale: #535353. Windows color (decimal): -11190839 or 13188437. OLE color: 13188437.

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

Color convert

RGB 85 61 201 -
CMYK 0.58 0.70 0 0.21
HSL 250.29º 0.56% 0.51% -
HSV(B) 250.29º 0.7% 0.79% -
XYZ 15.96 9.49 56.25 -
YUV 84.14 193.95 128.62 -
System Red Green Blue C M Y K H S L
Decimal 85 61 201 0.58 0.70 0 0.21 250.29 0.56 0.51
Hex 55 3D C9 3A 46 0 15 FA 38 33
Octal 125 75 311 72 106 0 25 372 70 63
Binary 1010101 111101 11001001 111010 1000110 0 10101 11111010 111000 110011

Color Harmonies of #553DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DC9

Black with #553DC9

Text Example


Text Example

White with #553DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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