Html Css Color HEX #550BCE Purple Heart

📋 copy color: '#550BCE'

red 85 ◦ green 11 ◦ blue 206

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

Shades of Purple Heart #550BCE

Tints of Purple Heart #550BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 28.15%
G = 3.64%
B = 68.21%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#550BCE (or 0x550BCE) is known color: Purple Heart. HEX triplet: 55, 0B and CE. RGB value is (85,11,206). Sum of RGB (Red+Green+Blue) = 85+11+206=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 11 (4.69% from 255 or 3.64% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #550BCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BCE is #AAF431. Grayscale: #363636. Windows color (decimal): -11203634 or 13503317. OLE color: 13503317.

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

Color convert

RGB 85 11 206 -
CMYK 0.59 0.95 0 0.19
HSL 262.77º 0.9% 0.43% -
HSV(B) 262.77º 0.95% 0.81% -
XYZ 15.01 6.63 58.88 -
YUV 55.36 213.02 149.14 -
System Red Green Blue C M Y K H S L
Decimal 85 11 206 0.59 0.95 0 0.19 262.77 0.9 0.43
Hex 55 B CE 3B 5F 0 13 107 5A 2B
Octal 125 13 316 73 137 0 23 407 132 53
Binary 1010101 1011 11001110 111011 1011111 0 10011 100000111 1011010 101011

Color Harmonies of #550BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BCE

Black with #550BCE

Text Example


Text Example

White with #550BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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