Html Css Color HEX #513ACF Purple Heart

📋 copy color: '#513ACF'

red 81 ◦ green 58 ◦ blue 207

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

Shades of Purple Heart #513ACF

Tints of Purple Heart #513ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.76%

 BLUE value IS 207 (81.25% from 255) = 59.83%

R = 23.41%
G = 16.76%
B = 59.83%

CMYK

 C value IS 0.61

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#513ACF (or 0x513ACF) is known color: Purple Heart. HEX triplet: 51, 3A and CF. RGB value is (81,58,207). Sum of RGB (Red+Green+Blue) = 81+58+207=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 58 (23.05% from 255 or 16.76% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #513ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ACF is #AEC530. Grayscale: #515151. Windows color (decimal): -11453745 or 13580881. OLE color: 13580881.

HSL color Cylindrical-coordinate representation of color #513ACF: hue angle of 249.26º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513ACF is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 58 207 -
CMYK 0.61 0.72 0 0.19
HSL 249.26º 0.61% 0.52% -
HSV(B) 249.26º 0.72% 0.81% -
XYZ 16.17 9.28 59.97 -
YUV 81.86 198.62 127.38 -
System Red Green Blue C M Y K H S L
Decimal 81 58 207 0.61 0.72 0 0.19 249.26 0.61 0.52
Hex 51 3A CF 3D 48 0 13 F9 3D 34
Octal 121 72 317 75 110 0 23 371 75 64
Binary 1010001 111010 11001111 111101 1001000 0 10011 11111001 111101 110100

Color Harmonies of #513ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513ACF

Black with #513ACF

Text Example


Text Example

White with #513ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,58,207); }

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

background-color css

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

 a { background-color: rgb(81,58,207); }

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

border-color css

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

 span { border-color: rgb(81,58,207); }

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