Html Css Color HEX #5522DA Purple Heart

📋 copy color: '#5522DA'

red 85 ◦ green 34 ◦ blue 218

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

Shades of Purple Heart #5522DA

Tints of Purple Heart #5522DA

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

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

R = 25.22%
G = 10.09%
B = 64.69%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5522DA (or 0x5522DA) is known color: Purple Heart. HEX triplet: 55, 22 and DA. RGB value is (85,34,218). Sum of RGB (Red+Green+Blue) = 85+34+218=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 218 (85.55% from 255 or 64.69% from 337); Max value from RGB is 218 - color contains mainly: blue. Hex color #5522DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5522DA is #AADD25. Grayscale: #454545. Windows color (decimal): -11197734 or 14295637. OLE color: 14295637.

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

Color convert

RGB 85 34 218 -
CMYK 0.61 0.84 0 0.15
HSL 256.63º 0.73% 0.49% -
HSV(B) 256.63º 0.84% 0.85% -
XYZ 16.97 8.14 67.01 -
YUV 70.23 211.4 138.54 -
System Red Green Blue C M Y K H S L
Decimal 85 34 218 0.61 0.84 0 0.15 256.63 0.73 0.49
Hex 55 22 DA 3D 54 0 F 101 49 31
Octal 125 42 332 75 124 0 17 401 111 61
Binary 1010101 100010 11011010 111101 1010100 0 1111 100000001 1001001 110001

Color Harmonies of #5522DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5522DA

Black with #5522DA

Text Example


Text Example

White with #5522DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5522DA; }

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

 H1.HeaderClassName
 {
   color: #5522DA;
 }
 .AnyTagClassName
 {
   color: #5522DA;
 }
</style>

background-color css

<style>
 a { background-color: #5522DA; }

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

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

border-color css

<style>
 span { border-color: #5522DA; }

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

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