Html Css Color HEX #511CCF Purple Heart

📋 copy color: '#511CCF'

red 81 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #511CCF

Tints of Purple Heart #511CCF

RGB

 RED value IS 81 (32.03% from 255) = 25.63%

 GREEN value IS 28 (11.33% from 255) = 8.86%

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

R = 25.63%
G = 8.86%
B = 65.51%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#511CCF (or 0x511CCF) is known color: Purple Heart. HEX triplet: 51, 1C and CF. RGB value is (81,28,207). Sum of RGB (Red+Green+Blue) = 81+28+207=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #511CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CCF is #AEE330. Grayscale: #3F3F3F. Windows color (decimal): -11461425 or 13573201. OLE color: 13573201.

HSL color Cylindrical-coordinate representation of color #511CCF: hue angle of 257.77º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511CCF is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 28 207 -
CMYK 0.61 0.86 0 0.19
HSL 257.77º 0.76% 0.46% -
HSV(B) 257.77º 0.86% 0.81% -
XYZ 15.07 7.08 59.6 -
YUV 64.25 208.56 139.95 -
System Red Green Blue C M Y K H S L
Decimal 81 28 207 0.61 0.86 0 0.19 257.77 0.76 0.46
Hex 51 1C CF 3D 56 0 13 102 4C 2E
Octal 121 34 317 75 126 0 23 402 114 56
Binary 1010001 11100 11001111 111101 1010110 0 10011 100000010 1001100 101110

Color Harmonies of #511CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CCF

Black with #511CCF

Text Example


Text Example

White with #511CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511CCF; }

 p { color: rgb(81,28,207); }

 H1.HeaderClassName
 {
   color: #511CCF;
 }
 .AnyTagClassName
 {
   color: #511CCF;
 }
</style>

background-color css

<style>
 a { background-color: #511CCF; }

 a { background-color: rgb(81,28,207); }

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

border-color css

<style>
 span { border-color: #511CCF; }

 span { border-color: rgb(81,28,207); }

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