Html Css Color HEX #552BDC Purple Heart

📋 copy color: '#552BDC'

red 85 ◦ green 43 ◦ blue 220

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

Shades of Purple Heart #552BDC

Tints of Purple Heart #552BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 63.22%

R = 24.43%
G = 12.36%
B = 63.22%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#552BDC (or 0x552BDC) is known color: Purple Heart. HEX triplet: 55, 2B and DC. RGB value is (85,43,220). Sum of RGB (Red+Green+Blue) = 85+43+220=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 220 (86.33% from 255 or 63.22% from 348); Max value from RGB is 220 - color contains mainly: blue. Hex color #552BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552BDC is #AAD423. Grayscale: #4B4B4B. Windows color (decimal): -11195428 or 14429013. OLE color: 14429013.

HSL color Cylindrical-coordinate representation of color #552BDC: hue angle of 254.24º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552BDC is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 43 220 -
CMYK 0.61 0.80 0 0.14
HSL 254.24º 0.72% 0.52% -
HSV(B) 254.24º 0.8% 0.86% -
XYZ 17.53 8.83 68.49 -
YUV 75.74 209.41 134.61 -
System Red Green Blue C M Y K H S L
Decimal 85 43 220 0.61 0.80 0 0.14 254.24 0.72 0.52
Hex 55 2B DC 3D 50 0 E FE 48 34
Octal 125 53 334 75 120 0 16 376 110 64
Binary 1010101 101011 11011100 111101 1010000 0 1110 11111110 1001000 110100

Color Harmonies of #552BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BDC

Black with #552BDC

Text Example


Text Example

White with #552BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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