Html Css Color HEX #512BBE Purple Heart

📋 copy color: '#512BBE'

red 81 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #512BBE

Tints of Purple Heart #512BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 25.8%
G = 13.69%
B = 60.51%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#512BBE (or 0x512BBE) is known color: Purple Heart. HEX triplet: 51, 2B and BE. RGB value is (81,43,190). Sum of RGB (Red+Green+Blue) = 81+43+190=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #512BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BBE is #AED441. Grayscale: #464646. Windows color (decimal): -11457602 or 12462929. OLE color: 12462929.

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

Color convert

RGB 81 43 190 -
CMYK 0.57 0.77 0 0.25
HSL 255.51º 0.63% 0.46% -
HSV(B) 255.51º 0.77% 0.75% -
XYZ 13.55 7.19 49.39 -
YUV 71.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 81 43 190 0.57 0.77 0 0.25 255.51 0.63 0.46
Hex 51 2B BE 39 4D 0 19 100 3F 2E
Octal 121 53 276 71 115 0 31 400 77 56
Binary 1010001 101011 10111110 111001 1001101 0 11001 100000000 111111 101110

Color Harmonies of #512BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BBE

Black with #512BBE

Text Example


Text Example

White with #512BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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