Html Css Color HEX #550BCB Purple Heart

📋 copy color: '#550BCB'

red 85 ◦ green 11 ◦ blue 203

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

Shades of Purple Heart #550BCB

Tints of Purple Heart #550BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 28.43%
G = 3.68%
B = 67.89%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#550BCB (or 0x550BCB) is known color: Purple Heart. HEX triplet: 55, 0B and CB. RGB value is (85,11,203). Sum of RGB (Red+Green+Blue) = 85+11+203=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #550BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BCB is #AAF434. Grayscale: #363636. Windows color (decimal): -11203637 or 13306709. OLE color: 13306709.

HSL color Cylindrical-coordinate representation of color #550BCB: hue angle of 263.12º 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 #550BCB is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 11 203 -
CMYK 0.58 0.95 0 0.20
HSL 263.13º 0.9% 0.42% -
HSV(B) 263.13º 0.95% 0.8% -
XYZ 14.65 6.48 56.98 -
YUV 55.01 211.52 149.39 -
System Red Green Blue C M Y K H S L
Decimal 85 11 203 0.58 0.95 0 0.20 263.13 0.9 0.42
Hex 55 B CB 3A 5F 0 14 107 5A 2A
Octal 125 13 313 72 137 0 24 407 132 52
Binary 1010101 1011 11001011 111010 1011111 0 10100 100000111 1011010 101010

Color Harmonies of #550BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BCB

Black with #550BCB

Text Example


Text Example

White with #550BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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