Html Css Color HEX #512CC5 Purple Heart

📋 copy color: '#512CC5'

red 81 ◦ green 44 ◦ blue 197

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

Shades of Purple Heart #512CC5

Tints of Purple Heart #512CC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 61.18%

R = 25.16%
G = 13.66%
B = 61.18%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#512CC5 (or 0x512CC5) is known color: Purple Heart. HEX triplet: 51, 2C and C5. RGB value is (81,44,197). Sum of RGB (Red+Green+Blue) = 81+44+197=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 197 (77.34% from 255 or 61.18% from 322); Max value from RGB is 197 - color contains mainly: blue. Hex color #512CC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CC5 is #AED33A. Grayscale: #474747. Windows color (decimal): -11457339 or 12921937. OLE color: 12921937.

HSL color Cylindrical-coordinate representation of color #512CC5: hue angle of 254.51º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512CC5 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 44 197 -
CMYK 0.59 0.78 0 0.23
HSL 254.51º 0.63% 0.47% -
HSV(B) 254.51º 0.78% 0.77% -
XYZ 14.37 7.58 53.53 -
YUV 72.51 198.26 134.06 -
System Red Green Blue C M Y K H S L
Decimal 81 44 197 0.59 0.78 0 0.23 254.51 0.63 0.47
Hex 51 2C C5 3B 4E 0 17 FF 3F 2F
Octal 121 54 305 73 116 0 27 377 77 57
Binary 1010001 101100 11000101 111011 1001110 0 10111 11111111 111111 101111

Color Harmonies of #512CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CC5

Black with #512CC5

Text Example


Text Example

White with #512CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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