Html Css Color HEX #5500BD Purple Heart

📋 copy color: '#5500BD'

red 85 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #5500BD

Tints of Purple Heart #5500BD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 189 (74.22% from 255) = 68.98%

R = 31.02%
G = 0%
B = 68.98%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5500BD (or 0x5500BD) is known color: Purple Heart. HEX triplet: 55, 00 and BD. RGB value is (85,0,189). Sum of RGB (Red+Green+Blue) = 85+0+189=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 0 (0.39% from 255 or 0% from 274); Blue value is 189 (74.22% from 255 or 68.98% from 274); Max value from RGB is 189 - color contains mainly: blue. Hex color #5500BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5500BD is #AAFF42. Grayscale: #2E2E2E. Windows color (decimal): -11206467 or 12386389. OLE color: 12386389.

HSL color Cylindrical-coordinate representation of color #5500BD: hue angle of 266.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5500BD is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 0 189 -
CMYK 0.55 1 0 0.26
HSL 266.98º 1% 0.37% -
HSV(B) 266.98º 1% 0.74% -
XYZ 12.93 5.61 48.54 -
YUV 46.96 208.16 155.13 -
System Red Green Blue C M Y K H S L
Decimal 85 0 189 0.55 1 0 0.26 266.98 1 0.37
Hex 55 0 BD 37 64 0 1A 10B 64 25
Octal 125 0 275 67 144 0 32 413 144 45
Binary 1010101 0 10111101 110111 1100100 0 11010 100001011 1100100 100101

Color Harmonies of #5500BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5500BD

Black with #5500BD

Text Example


Text Example

White with #5500BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5500BD; }

 p { color: rgb(85,0,189); }

 H1.HeaderClassName
 {
   color: #5500BD;
 }
 .AnyTagClassName
 {
   color: #5500BD;
 }
</style>

background-color css

<style>
 a { background-color: #5500BD; }

 a { background-color: rgb(85,0,189); }

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

border-color css

<style>
 span { border-color: #5500BD; }

 span { border-color: rgb(85,0,189); }

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