Html Css Color HEX #550DB0 Purple Heart

📋 copy color: '#550DB0'

red 85 ◦ green 13 ◦ blue 176

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

Shades of Purple Heart #550DB0

Tints of Purple Heart #550DB0

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.74%

 BLUE value IS 176 (69.14% from 255) = 64.23%

R = 31.02%
G = 4.74%
B = 64.23%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#550DB0 (or 0x550DB0) is known color: Purple Heart. HEX triplet: 55, 0D and B0. RGB value is (85,13,176). Sum of RGB (Red+Green+Blue) = 85+13+176=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 176 (69.14% from 255 or 64.23% from 274); Max value from RGB is 176 - color contains mainly: blue. Hex color #550DB0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550DB0 is #AAF24F. Grayscale: #343434. Windows color (decimal): -11203152 or 11537749. OLE color: 11537749.

HSL color Cylindrical-coordinate representation of color #550DB0: hue angle of 266.5º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550DB0 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 85 13 176 -
CMYK 0.52 0.93 0 0.31
HSL 266.5º 0.86% 0.37% -
HSV(B) 266.5º 0.93% 0.69% -
XYZ 11.73 5.35 41.49 -
YUV 53.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 85 13 176 0.52 0.93 0 0.31 266.5 0.86 0.37
Hex 55 D B0 34 5D 0 1F 10B 56 25
Octal 125 15 260 64 135 0 37 413 126 45
Binary 1010101 1101 10110000 110100 1011101 0 11111 100001011 1010110 100101

Color Harmonies of #550DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550DB0

Black with #550DB0

Text Example


Text Example

White with #550DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550DB0; }

 p { color: rgb(85,13,176); }

 H1.HeaderClassName
 {
   color: #550DB0;
 }
 .AnyTagClassName
 {
   color: #550DB0;
 }
</style>

background-color css

<style>
 a { background-color: #550DB0; }

 a { background-color: rgb(85,13,176); }

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

border-color css

<style>
 span { border-color: #550DB0; }

 span { border-color: rgb(85,13,176); }

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