Html Css Color HEX #552EDA Purple Heart

📋 copy color: '#552EDA'

red 85 ◦ green 46 ◦ blue 218

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

Shades of Purple Heart #552EDA

Tints of Purple Heart #552EDA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.18%

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

R = 24.36%
G = 13.18%
B = 62.46%

CMYK

 C value IS 0.61

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#552EDA (or 0x552EDA) is known color: Purple Heart. HEX triplet: 55, 2E and DA. RGB value is (85,46,218). Sum of RGB (Red+Green+Blue) = 85+46+218=349 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.36% from 349); Green value is 46 (18.36% from 255 or 13.18% from 349); Blue value is 218 (85.55% from 255 or 62.46% from 349); Max value from RGB is 218 - color contains mainly: blue. Hex color #552EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552EDA is #AAD125. Grayscale: #4C4C4C. Windows color (decimal): -11194662 or 14298709. OLE color: 14298709.

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

Color convert

RGB 85 46 218 -
CMYK 0.61 0.79 0 0.15
HSL 253.6º 0.7% 0.52% -
HSV(B) 253.6º 0.79% 0.85% -
XYZ 17.38 8.95 67.14 -
YUV 77.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 85 46 218 0.61 0.79 0 0.15 253.6 0.7 0.52
Hex 55 2E DA 3D 4F 0 F FE 46 34
Octal 125 56 332 75 117 0 17 376 106 64
Binary 1010101 101110 11011010 111101 1001111 0 1111 11111110 1000110 110100

Color Harmonies of #552EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552EDA

Black with #552EDA

Text Example


Text Example

White with #552EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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