Html Css Color HEX #553BDA Purple Heart

📋 copy color: '#553BDA'

red 85 ◦ green 59 ◦ blue 218

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

Shades of Purple Heart #553BDA

Tints of Purple Heart #553BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 60.22%

R = 23.48%
G = 16.3%
B = 60.22%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#553BDA (or 0x553BDA) is known color: Purple Heart. HEX triplet: 55, 3B and DA. RGB value is (85,59,218). Sum of RGB (Red+Green+Blue) = 85+59+218=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 218 (85.55% from 255 or 60.22% from 362); Max value from RGB is 218 - color contains mainly: blue. Hex color #553BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #553BDA is #AAC425. Grayscale: #545454. Windows color (decimal): -11191334 or 14302037. OLE color: 14302037.

HSL color Cylindrical-coordinate representation of color #553BDA: hue angle of 249.81º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #553BDA is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 59 218 -
CMYK 0.61 0.73 0 0.15
HSL 249.81º 0.68% 0.54% -
HSV(B) 249.81º 0.73% 0.85% -
XYZ 17.97 10.12 67.34 -
YUV 84.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 85 59 218 0.61 0.73 0 0.15 249.81 0.68 0.54
Hex 55 3B DA 3D 49 0 F FA 44 36
Octal 125 73 332 75 111 0 17 372 104 66
Binary 1010101 111011 11011010 111101 1001001 0 1111 11111010 1000100 110110

Color Harmonies of #553BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553BDA

Black with #553BDA

Text Example


Text Example

White with #553BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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