Html Css Color HEX #553DCF Purple Heart

📋 copy color: '#553DCF'

red 85 ◦ green 61 ◦ blue 207

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

Shades of Purple Heart #553DCF

Tints of Purple Heart #553DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 58.64%

R = 24.08%
G = 17.28%
B = 58.64%

CMYK

 C value IS 0.59

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#553DCF (or 0x553DCF) is known color: Purple Heart. HEX triplet: 55, 3D and CF. RGB value is (85,61,207). Sum of RGB (Red+Green+Blue) = 85+61+207=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 61 (24.22% from 255 or 17.28% from 353); Blue value is 207 (81.25% from 255 or 58.64% from 353); Max value from RGB is 207 - color contains mainly: blue. Hex color #553DCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553DCF is #AAC230. Grayscale: #545454. Windows color (decimal): -11190833 or 13581653. OLE color: 13581653.

HSL color Cylindrical-coordinate representation of color #553DCF: hue angle of 249.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #553DCF is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 61 207 -
CMYK 0.59 0.71 0 0.19
HSL 249.86º 0.6% 0.53% -
HSV(B) 249.86º 0.71% 0.81% -
XYZ 16.68 9.77 60.04 -
YUV 84.82 196.95 128.13 -
System Red Green Blue C M Y K H S L
Decimal 85 61 207 0.59 0.71 0 0.19 249.86 0.6 0.53
Hex 55 3D CF 3B 47 0 13 FA 3C 35
Octal 125 75 317 73 107 0 23 372 74 65
Binary 1010101 111101 11001111 111011 1000111 0 10011 11111010 111100 110101

Color Harmonies of #553DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553DCF

Black with #553DCF

Text Example


Text Example

White with #553DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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