Html Css Color HEX #512CBB Purple Heart

📋 copy color: '#512CBB'

red 81 ◦ green 44 ◦ blue 187

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

Shades of Purple Heart #512CBB

Tints of Purple Heart #512CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 187 (73.44% from 255) = 59.94%

R = 25.96%
G = 14.1%
B = 59.94%

CMYK

 C value IS 0.57

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#512CBB (or 0x512CBB) is known color: Purple Heart. HEX triplet: 51, 2C and BB. RGB value is (81,44,187). Sum of RGB (Red+Green+Blue) = 81+44+187=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #512CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CBB is #AED344. Grayscale: #464646. Windows color (decimal): -11457349 or 12266577. OLE color: 12266577.

HSL color Cylindrical-coordinate representation of color #512CBB: hue angle of 255.52º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512CBB is Cyan = 0.57, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 44 187 -
CMYK 0.57 0.76 0 0.27
HSL 255.52º 0.62% 0.45% -
HSV(B) 255.52º 0.76% 0.73% -
XYZ 13.26 7.14 47.69 -
YUV 71.37 193.26 134.87 -
System Red Green Blue C M Y K H S L
Decimal 81 44 187 0.57 0.76 0 0.27 255.52 0.62 0.45
Hex 51 2C BB 39 4C 0 1B 100 3E 2D
Octal 121 54 273 71 114 0 33 400 76 55
Binary 1010001 101100 10111011 111001 1001100 0 11011 100000000 111110 101101

Color Harmonies of #512CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CBB

Black with #512CBB

Text Example


Text Example

White with #512CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,44,187); }

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

background-color css

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

 a { background-color: rgb(81,44,187); }

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

border-color css

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

 span { border-color: rgb(81,44,187); }

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