Html Css Color HEX #512EB5 Purple Heart

📋 copy color: '#512EB5'

red 81 ◦ green 46 ◦ blue 181

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

Shades of Purple Heart #512EB5

Tints of Purple Heart #512EB5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.94%

 BLUE value IS 181 (71.09% from 255) = 58.77%

R = 26.3%
G = 14.94%
B = 58.77%

CMYK

 C value IS 0.55

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#512EB5 (or 0x512EB5) is known color: Purple Heart. HEX triplet: 51, 2E and B5. RGB value is (81,46,181). Sum of RGB (Red+Green+Blue) = 81+46+181=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 181 (71.09% from 255 or 58.77% from 308); Max value from RGB is 181 - color contains mainly: blue. Hex color #512EB5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512EB5 is #AED14A. Grayscale: #474747. Windows color (decimal): -11456843 or 11873873. OLE color: 11873873.

HSL color Cylindrical-coordinate representation of color #512EB5: hue angle of 255.56º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #512EB5 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 46 181 -
CMYK 0.55 0.75 0 0.29
HSL 255.56º 0.59% 0.45% -
HSV(B) 255.56º 0.75% 0.71% -
XYZ 12.71 7.04 44.4 -
YUV 71.86 189.6 134.52 -
System Red Green Blue C M Y K H S L
Decimal 81 46 181 0.55 0.75 0 0.29 255.56 0.59 0.45
Hex 51 2E B5 37 4B 0 1D 100 3B 2D
Octal 121 56 265 67 113 0 35 400 73 55
Binary 1010001 101110 10110101 110111 1001011 0 11101 100000000 111011 101101

Color Harmonies of #512EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512EB5

Black with #512EB5

Text Example


Text Example

White with #512EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,46,181); }

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

background-color css

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

 a { background-color: rgb(81,46,181); }

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

border-color css

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

 span { border-color: rgb(81,46,181); }

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