Html Css Color HEX #550BCD Purple Heart

📋 copy color: '#550BCD'

red 85 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #550BCD

Tints of Purple Heart #550BCD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

 BLUE value IS 205 (80.47% from 255) = 68.11%

R = 28.24%
G = 3.65%
B = 68.11%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#550BCD (or 0x550BCD) is known color: Purple Heart. HEX triplet: 55, 0B and CD. RGB value is (85,11,205). Sum of RGB (Red+Green+Blue) = 85+11+205=301 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.24% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #550BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BCD is #AAF432. Grayscale: #363636. Windows color (decimal): -11203635 or 13437781. OLE color: 13437781.

HSL color Cylindrical-coordinate representation of color #550BCD: hue angle of 262.89º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BCD is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 11 205 -
CMYK 0.59 0.95 0 0.20
HSL 262.89º 0.9% 0.42% -
HSV(B) 262.89º 0.95% 0.8% -
XYZ 14.89 6.58 58.24 -
YUV 55.24 212.52 149.23 -
System Red Green Blue C M Y K H S L
Decimal 85 11 205 0.59 0.95 0 0.20 262.89 0.9 0.42
Hex 55 B CD 3B 5F 0 14 107 5A 2A
Octal 125 13 315 73 137 0 24 407 132 52
Binary 1010101 1011 11001101 111011 1011111 0 10100 100000111 1011010 101010

Color Harmonies of #550BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BCD

Black with #550BCD

Text Example


Text Example

White with #550BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,11,205); }

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

background-color css

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

 a { background-color: rgb(85,11,205); }

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

border-color css

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

 span { border-color: rgb(85,11,205); }

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