Html Css Color HEX #512EB8 Purple Heart

📋 copy color: '#512EB8'

red 81 ◦ green 46 ◦ blue 184

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

Shades of Purple Heart #512EB8

Tints of Purple Heart #512EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 59.16%

R = 26.05%
G = 14.79%
B = 59.16%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#512EB8 (or 0x512EB8) is known color: Purple Heart. HEX triplet: 51, 2E and B8. RGB value is (81,46,184). Sum of RGB (Red+Green+Blue) = 81+46+184=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #512EB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EB8 is #AED147. Grayscale: #474747. Windows color (decimal): -11456840 or 12070481. OLE color: 12070481.

HSL color Cylindrical-coordinate representation of color #512EB8: hue angle of 255.22º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512EB8 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 81 46 184 -
CMYK 0.56 0.75 0 0.28
HSL 255.22º 0.6% 0.45% -
HSV(B) 255.22º 0.75% 0.72% -
XYZ 13.02 7.16 46.04 -
YUV 72.2 191.1 134.28 -
System Red Green Blue C M Y K H S L
Decimal 81 46 184 0.56 0.75 0 0.28 255.22 0.6 0.45
Hex 51 2E B8 38 4B 0 1C FF 3C 2D
Octal 121 56 270 70 113 0 34 377 74 55
Binary 1010001 101110 10111000 111000 1001011 0 11100 11111111 111100 101101

Color Harmonies of #512EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EB8

Black with #512EB8

Text Example


Text Example

White with #512EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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