Html Css Color HEX #512EBC Purple Heart

📋 copy color: '#512EBC'

red 81 ◦ green 46 ◦ blue 188

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

Shades of Purple Heart #512EBC

Tints of Purple Heart #512EBC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.6%

 BLUE value IS 188 (73.83% from 255) = 59.68%

R = 25.71%
G = 14.6%
B = 59.68%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#512EBC (or 0x512EBC) is known color: Purple Heart. HEX triplet: 51, 2E and BC. RGB value is (81,46,188). Sum of RGB (Red+Green+Blue) = 81+46+188=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 46 (18.36% from 255 or 14.60% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #512EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EBC is #AED143. Grayscale: #484848. Windows color (decimal): -11456836 or 12332625. OLE color: 12332625.

HSL color Cylindrical-coordinate representation of color #512EBC: hue angle of 254.79º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512EBC is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 46 188 -
CMYK 0.57 0.76 0 0.26
HSL 254.79º 0.61% 0.46% -
HSV(B) 254.79º 0.76% 0.74% -
XYZ 13.45 7.33 48.28 -
YUV 72.65 193.1 133.95 -
System Red Green Blue C M Y K H S L
Decimal 81 46 188 0.57 0.76 0 0.26 254.79 0.61 0.46
Hex 51 2E BC 39 4C 0 1A FF 3D 2E
Octal 121 56 274 71 114 0 32 377 75 56
Binary 1010001 101110 10111100 111001 1001100 0 11010 11111111 111101 101110

Color Harmonies of #512EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EBC

Black with #512EBC

Text Example


Text Example

White with #512EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512EBC; }

 p { color: rgb(81,46,188); }

 H1.HeaderClassName
 {
   color: #512EBC;
 }
 .AnyTagClassName
 {
   color: #512EBC;
 }
</style>

background-color css

<style>
 a { background-color: #512EBC; }

 a { background-color: rgb(81,46,188); }

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

border-color css

<style>
 span { border-color: #512EBC; }

 span { border-color: rgb(81,46,188); }

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