Html Css Color HEX #513ABC Purple Heart

📋 copy color: '#513ABC'

red 81 ◦ green 58 ◦ blue 188

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

Shades of Purple Heart #513ABC

Tints of Purple Heart #513ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.49%

R = 24.77%
G = 17.74%
B = 57.49%

CMYK

 C value IS 0.57

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#513ABC (or 0x513ABC) is known color: Purple Heart. HEX triplet: 51, 3A and BC. RGB value is (81,58,188). Sum of RGB (Red+Green+Blue) = 81+58+188=327 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.77% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 188 (73.83% from 255 or 57.49% from 327); Max value from RGB is 188 - color contains mainly: blue. Hex color #513ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ABC is #AEC543. Grayscale: #4F4F4F. Windows color (decimal): -11453764 or 12335697. OLE color: 12335697.

HSL color Cylindrical-coordinate representation of color #513ABC: hue angle of 250.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #513ABC is Cyan = 0.57, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 58 188 -
CMYK 0.57 0.69 0 0.26
HSL 250.62º 0.53% 0.48% -
HSV(B) 250.62º 0.69% 0.74% -
XYZ 13.98 8.41 48.46 -
YUV 79.7 189.12 128.93 -
System Red Green Blue C M Y K H S L
Decimal 81 58 188 0.57 0.69 0 0.26 250.62 0.53 0.48
Hex 51 3A BC 39 45 0 1A FB 35 30
Octal 121 72 274 71 105 0 32 373 65 60
Binary 1010001 111010 10111100 111001 1000101 0 11010 11111011 110101 110000

Color Harmonies of #513ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513ABC

Black with #513ABC

Text Example


Text Example

White with #513ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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