Html Css Color HEX #512BBD Purple Heart

📋 copy color: '#512BBD'

red 81 ◦ green 43 ◦ blue 189

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

Shades of Purple Heart #512BBD

Tints of Purple Heart #512BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 60.38%

R = 25.88%
G = 13.74%
B = 60.38%

CMYK

 C value IS 0.57

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#512BBD (or 0x512BBD) is known color: Purple Heart. HEX triplet: 51, 2B and BD. RGB value is (81,43,189). Sum of RGB (Red+Green+Blue) = 81+43+189=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #512BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BBD is #AED442. Grayscale: #464646. Windows color (decimal): -11457603 or 12397393. OLE color: 12397393.

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

Color convert

RGB 81 43 189 -
CMYK 0.57 0.77 0 0.26
HSL 255.62º 0.63% 0.45% -
HSV(B) 255.62º 0.77% 0.74% -
XYZ 13.44 7.15 48.82 -
YUV 71.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 81 43 189 0.57 0.77 0 0.26 255.62 0.63 0.45
Hex 51 2B BD 39 4D 0 1A 100 3F 2D
Octal 121 53 275 71 115 0 32 400 77 55
Binary 1010001 101011 10111101 111001 1001101 0 11010 100000000 111111 101101

Color Harmonies of #512BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BBD

Black with #512BBD

Text Example


Text Example

White with #512BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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