Html Css Color HEX #511BCE Purple Heart

📋 copy color: '#511BCE'

red 81 ◦ green 27 ◦ blue 206

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

Shades of Purple Heart #511BCE

Tints of Purple Heart #511BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.61%

R = 25.8%
G = 8.6%
B = 65.61%

CMYK

 C value IS 0.61

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#511BCE (or 0x511BCE) is known color: Purple Heart. HEX triplet: 51, 1B and CE. RGB value is (81,27,206). Sum of RGB (Red+Green+Blue) = 81+27+206=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #511BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BCE is #AEE431. Grayscale: #3E3E3E. Windows color (decimal): -11461682 or 13507409. OLE color: 13507409.

HSL color Cylindrical-coordinate representation of color #511BCE: hue angle of 258.1º 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 #511BCE is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 27 206 -
CMYK 0.61 0.87 0 0.19
HSL 258.1º 0.77% 0.46% -
HSV(B) 258.1º 0.87% 0.81% -
XYZ 14.93 6.99 58.95 -
YUV 63.55 208.39 140.45 -
System Red Green Blue C M Y K H S L
Decimal 81 27 206 0.61 0.87 0 0.19 258.1 0.77 0.46
Hex 51 1B CE 3D 57 0 13 102 4D 2E
Octal 121 33 316 75 127 0 23 402 115 56
Binary 1010001 11011 11001110 111101 1010111 0 10011 100000010 1001101 101110

Color Harmonies of #511BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BCE

Black with #511BCE

Text Example


Text Example

White with #511BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,27,206); }

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

background-color css

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

 a { background-color: rgb(81,27,206); }

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

border-color css

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

 span { border-color: rgb(81,27,206); }

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