Html Css Color HEX #5525D6 Purple Heart

📋 copy color: '#5525D6'

red 85 ◦ green 37 ◦ blue 214

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

Shades of Purple Heart #5525D6

Tints of Purple Heart #5525D6

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.01%

 BLUE value IS 214 (83.98% from 255) = 63.69%

R = 25.3%
G = 11.01%
B = 63.69%

CMYK

 C value IS 0.60

 M value IS 0.83

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5525D6 (or 0x5525D6) is known color: Purple Heart. HEX triplet: 55, 25 and D6. RGB value is (85,37,214). Sum of RGB (Red+Green+Blue) = 85+37+214=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 214 (83.98% from 255 or 63.69% from 336); Max value from RGB is 214 - color contains mainly: blue. Hex color #5525D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5525D6 is #AADA29. Grayscale: #464646. Windows color (decimal): -11196970 or 14034261. OLE color: 14034261.

HSL color Cylindrical-coordinate representation of color #5525D6: hue angle of 256.27º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5525D6 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 37 214 -
CMYK 0.60 0.83 0 0.16
HSL 256.27º 0.71% 0.49% -
HSV(B) 256.27º 0.83% 0.84% -
XYZ 16.55 8.11 64.31 -
YUV 71.53 208.4 137.61 -
System Red Green Blue C M Y K H S L
Decimal 85 37 214 0.60 0.83 0 0.16 256.27 0.71 0.49
Hex 55 25 D6 3C 53 0 10 100 47 31
Octal 125 45 326 74 123 0 20 400 107 61
Binary 1010101 100101 11010110 111100 1010011 0 10000 100000000 1000111 110001

Color Harmonies of #5525D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5525D6

Black with #5525D6

Text Example


Text Example

White with #5525D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5525D6; }

 p { color: rgb(85,37,214); }

 H1.HeaderClassName
 {
   color: #5525D6;
 }
 .AnyTagClassName
 {
   color: #5525D6;
 }
</style>

background-color css

<style>
 a { background-color: #5525D6; }

 a { background-color: rgb(85,37,214); }

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

border-color css

<style>
 span { border-color: #5525D6; }

 span { border-color: rgb(85,37,214); }

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