Html Css Color HEX #512CBD Purple Heart

📋 copy color: '#512CBD'

red 81 ◦ green 44 ◦ blue 189

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

Shades of Purple Heart #512CBD

Tints of Purple Heart #512CBD

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 189 (74.22% from 255) = 60.19%

R = 25.8%
G = 14.01%
B = 60.19%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#512CBD (or 0x512CBD) is known color: Purple Heart. HEX triplet: 51, 2C and BD. RGB value is (81,44,189). Sum of RGB (Red+Green+Blue) = 81+44+189=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 189 (74.22% from 255 or 60.19% from 314); Max value from RGB is 189 - color contains mainly: blue. Hex color #512CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CBD is #AED342. Grayscale: #474747. Windows color (decimal): -11457347 or 12397649. OLE color: 12397649.

HSL color Cylindrical-coordinate representation of color #512CBD: hue angle of 255.31º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512CBD is Cyan = 0.57, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 44 189 -
CMYK 0.57 0.77 0 0.26
HSL 255.31º 0.62% 0.46% -
HSV(B) 255.31º 0.77% 0.74% -
XYZ 13.48 7.22 48.83 -
YUV 71.59 194.26 134.71 -
System Red Green Blue C M Y K H S L
Decimal 81 44 189 0.57 0.77 0 0.26 255.31 0.62 0.46
Hex 51 2C BD 39 4D 0 1A FF 3E 2E
Octal 121 54 275 71 115 0 32 377 76 56
Binary 1010001 101100 10111101 111001 1001101 0 11010 11111111 111110 101110

Color Harmonies of #512CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CBD

Black with #512CBD

Text Example


Text Example

White with #512CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,44,189); }

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

background-color css

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

 a { background-color: rgb(81,44,189); }

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

border-color css

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

 span { border-color: rgb(81,44,189); }

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