Html Css Color HEX #512BBF Purple Heart

📋 copy color: '#512BBF'

red 81 ◦ green 43 ◦ blue 191

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

Shades of Purple Heart #512BBF

Tints of Purple Heart #512BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 60.63%

R = 25.71%
G = 13.65%
B = 60.63%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#512BBF (or 0x512BBF) is known color: Purple Heart. HEX triplet: 51, 2B and BF. RGB value is (81,43,191). Sum of RGB (Red+Green+Blue) = 81+43+191=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 43 (17.19% from 255 or 13.65% from 315); Blue value is 191 (75% from 255 or 60.63% from 315); Max value from RGB is 191 - color contains mainly: blue. Hex color #512BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512BBF is #AED440. Grayscale: #464646. Windows color (decimal): -11457601 or 12528465. OLE color: 12528465.

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

Color convert

RGB 81 43 191 -
CMYK 0.58 0.77 0 0.25
HSL 255.41º 0.63% 0.46% -
HSV(B) 255.41º 0.77% 0.75% -
XYZ 13.66 7.24 49.97 -
YUV 71.23 195.59 134.97 -
System Red Green Blue C M Y K H S L
Decimal 81 43 191 0.58 0.77 0 0.25 255.41 0.63 0.46
Hex 51 2B BF 3A 4D 0 19 FF 3F 2E
Octal 121 53 277 72 115 0 31 377 77 56
Binary 1010001 101011 10111111 111010 1001101 0 11001 11111111 111111 101110

Color Harmonies of #512BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512BBF

Black with #512BBF

Text Example


Text Example

White with #512BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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