Html Css Color HEX #512FBF Purple Heart

📋 copy color: '#512FBF'

red 81 ◦ green 47 ◦ blue 191

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

Shades of Purple Heart #512FBF

Tints of Purple Heart #512FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 59.87%

R = 25.39%
G = 14.73%
B = 59.87%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#512FBF (or 0x512FBF) is known color: Purple Heart. HEX triplet: 51, 2F and BF. RGB value is (81,47,191). Sum of RGB (Red+Green+Blue) = 81+47+191=319 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.39% from 319); Green value is 47 (18.75% from 255 or 14.73% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #512FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FBF is #AED040. Grayscale: #494949. Windows color (decimal): -11456577 or 12529489. OLE color: 12529489.

HSL color Cylindrical-coordinate representation of color #512FBF: hue angle of 254.17º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512FBF is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 47 191 -
CMYK 0.58 0.75 0 0.25
HSL 254.17º 0.61% 0.47% -
HSV(B) 254.17º 0.75% 0.75% -
XYZ 13.81 7.54 50.02 -
YUV 73.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 81 47 191 0.58 0.75 0 0.25 254.17 0.61 0.47
Hex 51 2F BF 3A 4B 0 19 FE 3D 2F
Octal 121 57 277 72 113 0 31 376 75 57
Binary 1010001 101111 10111111 111010 1001011 0 11001 11111110 111101 101111

Color Harmonies of #512FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FBF

Black with #512FBF

Text Example


Text Example

White with #512FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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