Html Css Color HEX #5501BE Purple Heart

📋 copy color: '#5501BE'

red 85 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #5501BE

Tints of Purple Heart #5501BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 190 (74.61% from 255) = 68.84%

R = 30.8%
G = 0.36%
B = 68.84%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5501BE (or 0x5501BE) is known color: Purple Heart. HEX triplet: 55, 01 and BE. RGB value is (85,1,190). Sum of RGB (Red+Green+Blue) = 85+1+190=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 190 (74.61% from 255 or 68.84% from 276); Max value from RGB is 190 - color contains mainly: blue. Hex color #5501BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5501BE is #AAFE41. Grayscale: #2E2E2E. Windows color (decimal): -11206210 or 12452181. OLE color: 12452181.

HSL color Cylindrical-coordinate representation of color #5501BE: hue angle of 266.67º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5501BE is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 1 190 -
CMYK 0.55 0.99 0 0.25
HSL 266.67º 0.99% 0.37% -
HSV(B) 266.67º 0.99% 0.75% -
XYZ 13.05 5.67 49.12 -
YUV 47.66 208.33 154.63 -
System Red Green Blue C M Y K H S L
Decimal 85 1 190 0.55 0.99 0 0.25 266.67 0.99 0.37
Hex 55 1 BE 37 63 0 19 10B 63 25
Octal 125 1 276 67 143 0 31 413 143 45
Binary 1010101 1 10111110 110111 1100011 0 11001 100001011 1100011 100101

Color Harmonies of #5501BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5501BE

Black with #5501BE

Text Example


Text Example

White with #5501BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5501BE; }

 p { color: rgb(85,1,190); }

 H1.HeaderClassName
 {
   color: #5501BE;
 }
 .AnyTagClassName
 {
   color: #5501BE;
 }
</style>

background-color css

<style>
 a { background-color: #5501BE; }

 a { background-color: rgb(85,1,190); }

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

border-color css

<style>
 span { border-color: #5501BE; }

 span { border-color: rgb(85,1,190); }

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