Html Css Color HEX #5536D7 Purple Heart

📋 copy color: '#5536D7'

red 85 ◦ green 54 ◦ blue 215

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

Shades of Purple Heart #5536D7

Tints of Purple Heart #5536D7

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.25%

 BLUE value IS 215 (84.38% from 255) = 60.73%

R = 24.01%
G = 15.25%
B = 60.73%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5536D7 (or 0x5536D7) is known color: Purple Heart. HEX triplet: 55, 36 and D7. RGB value is (85,54,215). Sum of RGB (Red+Green+Blue) = 85+54+215=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 215 (84.38% from 255 or 60.73% from 354); Max value from RGB is 215 - color contains mainly: blue. Hex color #5536D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5536D7 is #AAC928. Grayscale: #515151. Windows color (decimal): -11192617 or 14104149. OLE color: 14104149.

HSL color Cylindrical-coordinate representation of color #5536D7: hue angle of 251.55º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5536D7 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 54 215 -
CMYK 0.60 0.75 0 0.16
HSL 251.55º 0.67% 0.53% -
HSV(B) 251.55º 0.75% 0.84% -
XYZ 17.33 9.48 65.21 -
YUV 81.62 203.27 130.41 -
System Red Green Blue C M Y K H S L
Decimal 85 54 215 0.60 0.75 0 0.16 251.55 0.67 0.53
Hex 55 36 D7 3C 4B 0 10 FC 43 35
Octal 125 66 327 74 113 0 20 374 103 65
Binary 1010101 110110 11010111 111100 1001011 0 10000 11111100 1000011 110101

Color Harmonies of #5536D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5536D7

Black with #5536D7

Text Example


Text Example

White with #5536D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5536D7; }

 p { color: rgb(85,54,215); }

 H1.HeaderClassName
 {
   color: #5536D7;
 }
 .AnyTagClassName
 {
   color: #5536D7;
 }
</style>

background-color css

<style>
 a { background-color: #5536D7; }

 a { background-color: rgb(85,54,215); }

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

border-color css

<style>
 span { border-color: #5536D7; }

 span { border-color: rgb(85,54,215); }

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