Html Css Color HEX #550BCF Purple Heart

📋 copy color: '#550BCF'

red 85 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #550BCF

Tints of Purple Heart #550BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.32%

R = 28.05%
G = 3.63%
B = 68.32%

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

#550BCF (or 0x550BCF) is known color: Purple Heart. HEX triplet: 55, 0B and CF. RGB value is (85,11,207). Sum of RGB (Red+Green+Blue) = 85+11+207=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #550BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BCF is #AAF430. Grayscale: #363636. Windows color (decimal): -11203633 or 13568853. OLE color: 13568853.

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

Color convert

RGB 85 11 207 -
CMYK 0.59 0.95 0 0.19
HSL 262.65º 0.9% 0.43% -
HSV(B) 262.65º 0.95% 0.81% -
XYZ 15.13 6.68 59.52 -
YUV 55.47 213.52 149.06 -
System Red Green Blue C M Y K H S L
Decimal 85 11 207 0.59 0.95 0 0.19 262.65 0.9 0.43
Hex 55 B CF 3B 5F 0 13 107 5A 2B
Octal 125 13 317 73 137 0 23 407 132 53
Binary 1010101 1011 11001111 111011 1011111 0 10011 100000111 1011010 101011

Color Harmonies of #550BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550BCF

Black with #550BCF

Text Example


Text Example

White with #550BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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