Html Css Color HEX #5509BC Purple Heart

📋 copy color: '#5509BC'

red 85 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #5509BC

Tints of Purple Heart #5509BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.67%

R = 30.14%
G = 3.19%
B = 66.67%

CMYK

 C value IS 0.55

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5509BC (or 0x5509BC) is known color: Purple Heart. HEX triplet: 55, 09 and BC. RGB value is (85,9,188). Sum of RGB (Red+Green+Blue) = 85+9+188=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #5509BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5509BC is #AAF643. Grayscale: #333333. Windows color (decimal): -11204164 or 12323157. OLE color: 12323157.

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

Color convert

RGB 85 9 188 -
CMYK 0.55 0.95 0 0.26
HSL 265.47º 0.91% 0.39% -
HSV(B) 265.47º 0.95% 0.74% -
XYZ 12.92 5.76 48.01 -
YUV 52.13 204.68 151.45 -
System Red Green Blue C M Y K H S L
Decimal 85 9 188 0.55 0.95 0 0.26 265.47 0.91 0.39
Hex 55 9 BC 37 5F 0 1A 109 5B 27
Octal 125 11 274 67 137 0 32 411 133 47
Binary 1010101 1001 10111100 110111 1011111 0 11010 100001001 1011011 100111

Color Harmonies of #5509BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5509BC

Black with #5509BC

Text Example


Text Example

White with #5509BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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