Html Css Color HEX #512ABF Purple Heart

📋 copy color: '#512ABF'

red 81 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #512ABF

Tints of Purple Heart #512ABF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.38%

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

R = 25.8%
G = 13.38%
B = 60.83%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#512ABF (or 0x512ABF) is known color: Purple Heart. HEX triplet: 51, 2A and BF. RGB value is (81,42,191). Sum of RGB (Red+Green+Blue) = 81+42+191=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #512ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512ABF is #AED540. Grayscale: #464646. Windows color (decimal): -11457857 or 12528209. OLE color: 12528209.

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

Color convert

RGB 81 42 191 -
CMYK 0.58 0.78 0 0.25
HSL 255.7º 0.64% 0.46% -
HSV(B) 255.7º 0.78% 0.75% -
XYZ 13.63 7.17 49.96 -
YUV 70.65 195.92 135.38 -
System Red Green Blue C M Y K H S L
Decimal 81 42 191 0.58 0.78 0 0.25 255.7 0.64 0.46
Hex 51 2A BF 3A 4E 0 19 100 40 2E
Octal 121 52 277 72 116 0 31 400 100 56
Binary 1010001 101010 10111111 111010 1001110 0 11001 100000000 1000000 101110

Color Harmonies of #512ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512ABF

Black with #512ABF

Text Example


Text Example

White with #512ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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