Html Css Color HEX #513CBF Purple Heart

📋 copy color: '#513CBF'

red 81 ◦ green 60 ◦ blue 191

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

Shades of Purple Heart #513CBF

Tints of Purple Heart #513CBF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 24.4%
G = 18.07%
B = 57.53%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#513CBF (or 0x513CBF) is known color: Purple Heart. HEX triplet: 51, 3C and BF. RGB value is (81,60,191). Sum of RGB (Red+Green+Blue) = 81+60+191=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #513CBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CBF is #AEC340. Grayscale: #505050. Windows color (decimal): -11453249 or 12532817. OLE color: 12532817.

HSL color Cylindrical-coordinate representation of color #513CBF: hue angle of 249.62º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513CBF is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 60 191 -
CMYK 0.58 0.69 0 0.25
HSL 249.62º 0.52% 0.49% -
HSV(B) 249.62º 0.69% 0.75% -
XYZ 14.41 8.74 50.22 -
YUV 81.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 81 60 191 0.58 0.69 0 0.25 249.62 0.52 0.49
Hex 51 3C BF 3A 45 0 19 FA 34 31
Octal 121 74 277 72 105 0 31 372 64 61
Binary 1010001 111100 10111111 111010 1000101 0 11001 11111010 110100 110001

Color Harmonies of #513CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513CBF

Black with #513CBF

Text Example


Text Example

White with #513CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513CBF; }

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

 H1.HeaderClassName
 {
   color: #513CBF;
 }
 .AnyTagClassName
 {
   color: #513CBF;
 }
</style>

background-color css

<style>
 a { background-color: #513CBF; }

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

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

border-color css

<style>
 span { border-color: #513CBF; }

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

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