Html Css Color HEX #512BC0 Purple Heart

📋 copy color: '#512BC0'

red 81 ◦ green 43 ◦ blue 192

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

Shades of Purple Heart #512BC0

Tints of Purple Heart #512BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 60.76%

R = 25.63%
G = 13.61%
B = 60.76%

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

#512BC0 (or 0x512BC0) is known color: Purple Heart. HEX triplet: 51, 2B and C0. RGB value is (81,43,192). Sum of RGB (Red+Green+Blue) = 81+43+192=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 192 (75.39% from 255 or 60.76% from 316); Max value from RGB is 192 - color contains mainly: blue. Hex color #512BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BC0 is #AED43F. Grayscale: #464646. Windows color (decimal): -11457600 or 12594001. OLE color: 12594001.

HSL color Cylindrical-coordinate representation of color #512BC0: hue angle of 255.3º degrees, saturation: 0.63, 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 #512BC0 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 43 192 -
CMYK 0.58 0.78 0 0.25
HSL 255.3º 0.63% 0.46% -
HSV(B) 255.3º 0.78% 0.75% -
XYZ 13.77 7.28 50.55 -
YUV 71.35 196.09 134.88 -
System Red Green Blue C M Y K H S L
Decimal 81 43 192 0.58 0.78 0 0.25 255.3 0.63 0.46
Hex 51 2B C0 3A 4E 0 19 FF 3F 2E
Octal 121 53 300 72 116 0 31 377 77 56
Binary 1010001 101011 11000000 111010 1001110 0 11001 11111111 111111 101110

Color Harmonies of #512BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BC0

Black with #512BC0

Text Example


Text Example

White with #512BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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