Html Css Color HEX #5534D6 Purple Heart

📋 copy color: '#5534D6'

red 85 ◦ green 52 ◦ blue 214

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

Shades of Purple Heart #5534D6

Tints of Purple Heart #5534D6

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.81%

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

R = 24.22%
G = 14.81%
B = 60.97%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5534D6 (or 0x5534D6) is known color: Purple Heart. HEX triplet: 55, 34 and D6. RGB value is (85,52,214). Sum of RGB (Red+Green+Blue) = 85+52+214=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 214 (83.98% from 255 or 60.97% from 351); Max value from RGB is 214 - color contains mainly: blue. Hex color #5534D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5534D6 is #AACB29. Grayscale: #4F4F4F. Windows color (decimal): -11193130 or 14038101. OLE color: 14038101.

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

Color convert

RGB 85 52 214 -
CMYK 0.60 0.76 0 0.16
HSL 252.22º 0.66% 0.52% -
HSV(B) 252.22º 0.76% 0.84% -
XYZ 17.11 9.24 64.5 -
YUV 80.34 203.43 131.33 -
System Red Green Blue C M Y K H S L
Decimal 85 52 214 0.60 0.76 0 0.16 252.22 0.66 0.52
Hex 55 34 D6 3C 4C 0 10 FC 42 34
Octal 125 64 326 74 114 0 20 374 102 64
Binary 1010101 110100 11010110 111100 1001100 0 10000 11111100 1000010 110100

Color Harmonies of #5534D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5534D6

Black with #5534D6

Text Example


Text Example

White with #5534D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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