Html Css Color HEX #512EBB Purple Heart

📋 copy color: '#512EBB'

red 81 ◦ green 46 ◦ blue 187

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

Shades of Purple Heart #512EBB

Tints of Purple Heart #512EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.55%

R = 25.8%
G = 14.65%
B = 59.55%

CMYK

 C value IS 0.57

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#512EBB (or 0x512EBB) is known color: Purple Heart. HEX triplet: 51, 2E and BB. RGB value is (81,46,187). Sum of RGB (Red+Green+Blue) = 81+46+187=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 46 (18.36% from 255 or 14.65% from 314); Blue value is 187 (73.44% from 255 or 59.55% from 314); Max value from RGB is 187 - color contains mainly: blue. Hex color #512EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EBB is #AED144. Grayscale: #484848. Windows color (decimal): -11456837 or 12267089. OLE color: 12267089.

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

Color convert

RGB 81 46 187 -
CMYK 0.57 0.75 0 0.27
HSL 254.89º 0.61% 0.46% -
HSV(B) 254.89º 0.75% 0.73% -
XYZ 13.34 7.29 47.72 -
YUV 72.54 192.6 134.04 -
System Red Green Blue C M Y K H S L
Decimal 81 46 187 0.57 0.75 0 0.27 254.89 0.61 0.46
Hex 51 2E BB 39 4B 0 1B FF 3D 2E
Octal 121 56 273 71 113 0 33 377 75 56
Binary 1010001 101110 10111011 111001 1001011 0 11011 11111111 111101 101110

Color Harmonies of #512EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EBB

Black with #512EBB

Text Example


Text Example

White with #512EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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