Html Css Color HEX #552FDA Purple Heart

📋 copy color: '#552FDA'

red 85 ◦ green 47 ◦ blue 218

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

Shades of Purple Heart #552FDA

Tints of Purple Heart #552FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.43%

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

R = 24.29%
G = 13.43%
B = 62.29%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#552FDA (or 0x552FDA) is known color: Purple Heart. HEX triplet: 55, 2F and DA. RGB value is (85,47,218). Sum of RGB (Red+Green+Blue) = 85+47+218=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 47 (18.75% from 255 or 13.43% from 350); Blue value is 218 (85.55% from 255 or 62.29% from 350); Max value from RGB is 218 - color contains mainly: blue. Hex color #552FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #552FDA is #AAD025. Grayscale: #4D4D4D. Windows color (decimal): -11194406 or 14298965. OLE color: 14298965.

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

Color convert

RGB 85 47 218 -
CMYK 0.61 0.78 0 0.15
HSL 253.33º 0.7% 0.52% -
HSV(B) 253.33º 0.78% 0.85% -
XYZ 17.42 9.03 67.15 -
YUV 77.86 207.09 133.1 -
System Red Green Blue C M Y K H S L
Decimal 85 47 218 0.61 0.78 0 0.15 253.33 0.7 0.52
Hex 55 2F DA 3D 4E 0 F FD 46 34
Octal 125 57 332 75 116 0 17 375 106 64
Binary 1010101 101111 11011010 111101 1001110 0 1111 11111101 1000110 110100

Color Harmonies of #552FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FDA

Black with #552FDA

Text Example


Text Example

White with #552FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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