Html Css Color HEX #551BCF Purple Heart

📋 copy color: '#551BCF'

red 85 ◦ green 27 ◦ blue 207

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

Shades of Purple Heart #551BCF

Tints of Purple Heart #551BCF

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.46%

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

R = 26.65%
G = 8.46%
B = 64.89%

CMYK

 C value IS 0.59

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#551BCF (or 0x551BCF) is known color: Purple Heart. HEX triplet: 55, 1B and CF. RGB value is (85,27,207). Sum of RGB (Red+Green+Blue) = 85+27+207=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 27 (10.94% from 255 or 8.46% from 319); Blue value is 207 (81.25% from 255 or 64.89% from 319); Max value from RGB is 207 - color contains mainly: blue. Hex color #551BCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551BCF is #AAE430. Grayscale: #404040. Windows color (decimal): -11199537 or 13572949. OLE color: 13572949.

HSL color Cylindrical-coordinate representation of color #551BCF: hue angle of 259.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551BCF is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 27 207 -
CMYK 0.59 0.87 0 0.19
HSL 259.33º 0.77% 0.46% -
HSV(B) 259.33º 0.87% 0.81% -
XYZ 15.4 7.22 59.61 -
YUV 64.86 208.22 142.36 -
System Red Green Blue C M Y K H S L
Decimal 85 27 207 0.59 0.87 0 0.19 259.33 0.77 0.46
Hex 55 1B CF 3B 57 0 13 103 4D 2E
Octal 125 33 317 73 127 0 23 403 115 56
Binary 1010101 11011 11001111 111011 1010111 0 10011 100000011 1001101 101110

Color Harmonies of #551BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551BCF

Black with #551BCF

Text Example


Text Example

White with #551BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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