Html Css Color HEX #512BC1 Purple Heart

📋 copy color: '#512BC1'

red 81 ◦ green 43 ◦ blue 193

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

Shades of Purple Heart #512BC1

Tints of Purple Heart #512BC1

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.56%

 BLUE value IS 193 (75.78% from 255) = 60.88%

R = 25.55%
G = 13.56%
B = 60.88%

CMYK

 C value IS 0.58

 M value IS 0.78

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#512BC1 (or 0x512BC1) is known color: Purple Heart. HEX triplet: 51, 2B and C1. RGB value is (81,43,193). Sum of RGB (Red+Green+Blue) = 81+43+193=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 193 (75.78% from 255 or 60.88% from 317); Max value from RGB is 193 - color contains mainly: blue. Hex color #512BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BC1 is #AED43E. Grayscale: #464646. Windows color (decimal): -11457599 or 12659537. OLE color: 12659537.

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

Color convert

RGB 81 43 193 -
CMYK 0.58 0.78 0 0.24
HSL 255.2º 0.64% 0.46% -
HSV(B) 255.2º 0.78% 0.76% -
XYZ 13.88 7.33 51.13 -
YUV 71.46 196.59 134.8 -
System Red Green Blue C M Y K H S L
Decimal 81 43 193 0.58 0.78 0 0.24 255.2 0.64 0.46
Hex 51 2B C1 3A 4E 0 18 FF 40 2E
Octal 121 53 301 72 116 0 30 377 100 56
Binary 1010001 101011 11000001 111010 1001110 0 11000 11111111 1000000 101110

Color Harmonies of #512BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BC1

Black with #512BC1

Text Example


Text Example

White with #512BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,43,193); }

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

background-color css

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

 a { background-color: rgb(81,43,193); }

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

border-color css

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

 span { border-color: rgb(81,43,193); }

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