Html Css Color HEX #5511CF Purple Heart

📋 copy color: '#5511CF'

red 85 ◦ green 17 ◦ blue 207

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

Shades of Purple Heart #5511CF

Tints of Purple Heart #5511CF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.5%

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

R = 27.51%
G = 5.5%
B = 66.99%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5511CF (or 0x5511CF) is known color: Purple Heart. HEX triplet: 55, 11 and CF. RGB value is (85,17,207). Sum of RGB (Red+Green+Blue) = 85+17+207=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 17 (7.03% from 255 or 5.50% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #5511CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5511CF is #AAEE30. Grayscale: #3A3A3A. Windows color (decimal): -11202097 or 13570389. OLE color: 13570389.

HSL color Cylindrical-coordinate representation of color #5511CF: hue angle of 261.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5511CF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 17 207 -
CMYK 0.59 0.92 0 0.19
HSL 261.47º 0.85% 0.44% -
HSV(B) 261.47º 0.92% 0.81% -
XYZ 15.21 6.84 59.55 -
YUV 58.99 211.53 146.55 -
System Red Green Blue C M Y K H S L
Decimal 85 17 207 0.59 0.92 0 0.19 261.47 0.85 0.44
Hex 55 11 CF 3B 5C 0 13 105 55 2C
Octal 125 21 317 73 134 0 23 405 125 54
Binary 1010101 10001 11001111 111011 1011100 0 10011 100000101 1010101 101100

Color Harmonies of #5511CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5511CF

Black with #5511CF

Text Example


Text Example

White with #5511CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5511CF; }

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

 H1.HeaderClassName
 {
   color: #5511CF;
 }
 .AnyTagClassName
 {
   color: #5511CF;
 }
</style>

background-color css

<style>
 a { background-color: #5511CF; }

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

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

border-color css

<style>
 span { border-color: #5511CF; }

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

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