Html Css Color HEX #5503BF Purple Heart

📋 copy color: '#5503BF'

red 85 ◦ green 3 ◦ blue 191

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

Shades of Purple Heart #5503BF

Tints of Purple Heart #5503BF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 191 (75% from 255) = 68.46%

R = 30.47%
G = 1.08%
B = 68.46%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5503BF (or 0x5503BF) is known color: Purple Heart. HEX triplet: 55, 03 and BF. RGB value is (85,3,191). Sum of RGB (Red+Green+Blue) = 85+3+191=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #5503BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5503BF is #AAFC40. Grayscale: #303030. Windows color (decimal): -11205697 or 12518229. OLE color: 12518229.

HSL color Cylindrical-coordinate representation of color #5503BF: hue angle of 266.17º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5503BF is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 3 191 -
CMYK 0.55 0.98 0 0.25
HSL 266.17º 0.97% 0.38% -
HSV(B) 266.17º 0.98% 0.75% -
XYZ 13.18 5.76 49.71 -
YUV 48.95 208.17 153.71 -
System Red Green Blue C M Y K H S L
Decimal 85 3 191 0.55 0.98 0 0.25 266.17 0.97 0.38
Hex 55 3 BF 37 62 0 19 10A 61 26
Octal 125 3 277 67 142 0 31 412 141 46
Binary 1010101 11 10111111 110111 1100010 0 11001 100001010 1100001 100110

Color Harmonies of #5503BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5503BF

Black with #5503BF

Text Example


Text Example

White with #5503BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5503BF; }

 p { color: rgb(85,3,191); }

 H1.HeaderClassName
 {
   color: #5503BF;
 }
 .AnyTagClassName
 {
   color: #5503BF;
 }
</style>

background-color css

<style>
 a { background-color: #5503BF; }

 a { background-color: rgb(85,3,191); }

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

border-color css

<style>
 span { border-color: #5503BF; }

 span { border-color: rgb(85,3,191); }

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