Html Css Color HEX #552BDA Purple Heart

📋 copy color: '#552BDA'

red 85 ◦ green 43 ◦ blue 218

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

Shades of Purple Heart #552BDA

Tints of Purple Heart #552BDA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

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

R = 24.57%
G = 12.43%
B = 63.01%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#552BDA (or 0x552BDA) is known color: Purple Heart. HEX triplet: 55, 2B and DA. RGB value is (85,43,218). Sum of RGB (Red+Green+Blue) = 85+43+218=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #552BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BDA is #AAD425. Grayscale: #4A4A4A. Windows color (decimal): -11195430 or 14297941. OLE color: 14297941.

HSL color Cylindrical-coordinate representation of color #552BDA: hue angle of 254.4º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552BDA is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 43 218 -
CMYK 0.61 0.80 0 0.15
HSL 254.4º 0.7% 0.51% -
HSV(B) 254.4º 0.8% 0.85% -
XYZ 17.27 8.72 67.1 -
YUV 75.51 208.41 134.77 -
System Red Green Blue C M Y K H S L
Decimal 85 43 218 0.61 0.80 0 0.15 254.4 0.7 0.51
Hex 55 2B DA 3D 50 0 F FE 46 33
Octal 125 53 332 75 120 0 17 376 106 63
Binary 1010101 101011 11011010 111101 1010000 0 1111 11111110 1000110 110011

Color Harmonies of #552BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BDA

Black with #552BDA

Text Example


Text Example

White with #552BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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