Html Css Color HEX #512FB8 Purple Heart

📋 copy color: '#512FB8'

red 81 ◦ green 47 ◦ blue 184

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

Shades of Purple Heart #512FB8

Tints of Purple Heart #512FB8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.06%

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

R = 25.96%
G = 15.06%
B = 58.97%

CMYK

 C value IS 0.56

 M value IS 0.74

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#512FB8 (or 0x512FB8) is known color: Purple Heart. HEX triplet: 51, 2F and B8. RGB value is (81,47,184). Sum of RGB (Red+Green+Blue) = 81+47+184=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 184 (72.27% from 255 or 58.97% from 312); Max value from RGB is 184 - color contains mainly: blue. Hex color #512FB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FB8 is #AED047. Grayscale: #484848. Windows color (decimal): -11456584 or 12070737. OLE color: 12070737.

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

Color convert

RGB 81 47 184 -
CMYK 0.56 0.74 0 0.28
HSL 254.89º 0.59% 0.45% -
HSV(B) 254.89º 0.74% 0.72% -
XYZ 13.06 7.24 46.06 -
YUV 72.78 190.76 133.86 -
System Red Green Blue C M Y K H S L
Decimal 81 47 184 0.56 0.74 0 0.28 254.89 0.59 0.45
Hex 51 2F B8 38 4A 0 1C FF 3B 2D
Octal 121 57 270 70 112 0 34 377 73 55
Binary 1010001 101111 10111000 111000 1001010 0 11100 11111111 111011 101101

Color Harmonies of #512FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FB8

Black with #512FB8

Text Example


Text Example

White with #512FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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