Html Css Color HEX #5528CF Purple Heart

📋 copy color: '#5528CF'

red 85 ◦ green 40 ◦ blue 207

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

Shades of Purple Heart #5528CF

Tints of Purple Heart #5528CF

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.05%

 BLUE value IS 207 (81.25% from 255) = 62.35%

R = 25.6%
G = 12.05%
B = 62.35%

CMYK

 C value IS 0.59

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5528CF (or 0x5528CF) is known color: Purple Heart. HEX triplet: 55, 28 and CF. RGB value is (85,40,207). Sum of RGB (Red+Green+Blue) = 85+40+207=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 40 (16.02% from 255 or 12.05% from 332); Blue value is 207 (81.25% from 255 or 62.35% from 332); Max value from RGB is 207 - color contains mainly: blue. Hex color #5528CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5528CF is #AAD730. Grayscale: #474747. Windows color (decimal): -11196209 or 13576277. OLE color: 13576277.

HSL color Cylindrical-coordinate representation of color #5528CF: hue angle of 256.17º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5528CF is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 40 207 -
CMYK 0.59 0.81 0 0.19
HSL 256.17º 0.68% 0.48% -
HSV(B) 256.17º 0.81% 0.81% -
XYZ 15.77 7.95 59.74 -
YUV 72.49 203.91 136.92 -
System Red Green Blue C M Y K H S L
Decimal 85 40 207 0.59 0.81 0 0.19 256.17 0.68 0.48
Hex 55 28 CF 3B 51 0 13 100 44 30
Octal 125 50 317 73 121 0 23 400 104 60
Binary 1010101 101000 11001111 111011 1010001 0 10011 100000000 1000100 110000

Color Harmonies of #5528CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5528CF

Black with #5528CF

Text Example


Text Example

White with #5528CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5528CF; }

 p { color: rgb(85,40,207); }

 H1.HeaderClassName
 {
   color: #5528CF;
 }
 .AnyTagClassName
 {
   color: #5528CF;
 }
</style>

background-color css

<style>
 a { background-color: #5528CF; }

 a { background-color: rgb(85,40,207); }

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

border-color css

<style>
 span { border-color: #5528CF; }

 span { border-color: rgb(85,40,207); }

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