Html Css Color HEX #512FBB Purple Heart

📋 copy color: '#512FBB'

red 81 ◦ green 47 ◦ blue 187

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

Shades of Purple Heart #512FBB

Tints of Purple Heart #512FBB

RGB

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

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

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

R = 25.71%
G = 14.92%
B = 59.37%

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

#512FBB (or 0x512FBB) is known color: Purple Heart. HEX triplet: 51, 2F and BB. RGB value is (81,47,187). Sum of RGB (Red+Green+Blue) = 81+47+187=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #512FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FBB is #AED044. Grayscale: #484848. Windows color (decimal): -11456581 or 12267345. OLE color: 12267345.

HSL color Cylindrical-coordinate representation of color #512FBB: hue angle of 254.57º degrees, saturation: 0.6, 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 #512FBB is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 47 187 -
CMYK 0.57 0.75 0 0.27
HSL 254.57º 0.6% 0.46% -
HSV(B) 254.57º 0.75% 0.73% -
XYZ 13.38 7.37 47.73 -
YUV 73.13 192.26 133.62 -
System Red Green Blue C M Y K H S L
Decimal 81 47 187 0.57 0.75 0 0.27 254.57 0.6 0.46
Hex 51 2F BB 39 4B 0 1B FF 3C 2E
Octal 121 57 273 71 113 0 33 377 74 56
Binary 1010001 101111 10111011 111001 1001011 0 11011 11111111 111100 101110

Color Harmonies of #512FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FBB

Black with #512FBB

Text Example


Text Example

White with #512FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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