Html Css Color HEX #5509BB Purple Heart

📋 copy color: '#5509BB'

red 85 ◦ green 9 ◦ blue 187

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

Shades of Purple Heart #5509BB

Tints of Purple Heart #5509BB

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.2%

 BLUE value IS 187 (73.44% from 255) = 66.55%

R = 30.25%
G = 3.2%
B = 66.55%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5509BB (or 0x5509BB) is known color: Purple Heart. HEX triplet: 55, 09 and BB. RGB value is (85,9,187). Sum of RGB (Red+Green+Blue) = 85+9+187=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #5509BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509BB is #AAF644. Grayscale: #333333. Windows color (decimal): -11204165 or 12257621. OLE color: 12257621.

HSL color Cylindrical-coordinate representation of color #5509BB: hue angle of 265.62º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5509BB is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 9 187 -
CMYK 0.55 0.95 0 0.27
HSL 265.62º 0.91% 0.38% -
HSV(B) 265.62º 0.95% 0.73% -
XYZ 12.81 5.71 47.44 -
YUV 52.02 204.18 151.53 -
System Red Green Blue C M Y K H S L
Decimal 85 9 187 0.55 0.95 0 0.27 265.62 0.91 0.38
Hex 55 9 BB 37 5F 0 1B 10A 5B 26
Octal 125 11 273 67 137 0 33 412 133 46
Binary 1010101 1001 10111011 110111 1011111 0 11011 100001010 1011011 100110

Color Harmonies of #5509BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5509BB

Black with #5509BB

Text Example


Text Example

White with #5509BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5509BB; }

 p { color: rgb(85,9,187); }

 H1.HeaderClassName
 {
   color: #5509BB;
 }
 .AnyTagClassName
 {
   color: #5509BB;
 }
</style>

background-color css

<style>
 a { background-color: #5509BB; }

 a { background-color: rgb(85,9,187); }

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

border-color css

<style>
 span { border-color: #5509BB; }

 span { border-color: rgb(85,9,187); }

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