Html Css Color HEX #512FC9 Purple Heart

📋 copy color: '#512FC9'

red 81 ◦ green 47 ◦ blue 201

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

Shades of Purple Heart #512FC9

Tints of Purple Heart #512FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 61.09%

R = 24.62%
G = 14.29%
B = 61.09%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#512FC9 (or 0x512FC9) is known color: Purple Heart. HEX triplet: 51, 2F and C9. RGB value is (81,47,201). Sum of RGB (Red+Green+Blue) = 81+47+201=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 201 (78.91% from 255 or 61.09% from 329); Max value from RGB is 201 - color contains mainly: blue. Hex color #512FC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FC9 is #AED036. Grayscale: #4A4A4A. Windows color (decimal): -11456567 or 13184849. OLE color: 13184849.

HSL color Cylindrical-coordinate representation of color #512FC9: hue angle of 253.25º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512FC9 is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 47 201 -
CMYK 0.60 0.77 0 0.21
HSL 253.25º 0.62% 0.49% -
HSV(B) 253.25º 0.77% 0.79% -
XYZ 14.95 8 56.01 -
YUV 74.72 199.26 132.48 -
System Red Green Blue C M Y K H S L
Decimal 81 47 201 0.60 0.77 0 0.21 253.25 0.62 0.49
Hex 51 2F C9 3C 4D 0 15 FD 3E 31
Octal 121 57 311 74 115 0 25 375 76 61
Binary 1010001 101111 11001001 111100 1001101 0 10101 11111101 111110 110001

Color Harmonies of #512FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FC9

Black with #512FC9

Text Example


Text Example

White with #512FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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