Html Css Color HEX #511ABC Purple Heart

📋 copy color: '#511ABC'

red 81 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #511ABC

Tints of Purple Heart #511ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

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

R = 27.46%
G = 8.81%
B = 63.73%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#511ABC (or 0x511ABC) is known color: Purple Heart. HEX triplet: 51, 1A and BC. RGB value is (81,26,188). Sum of RGB (Red+Green+Blue) = 81+26+188=295 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.46% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 188 (73.83% from 255 or 63.73% from 295); Max value from RGB is 188 - color contains mainly: blue. Hex color #511ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511ABC is #AEE543. Grayscale: #3C3C3C. Windows color (decimal): -11461956 or 12327505. OLE color: 12327505.

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

Color convert

RGB 81 26 188 -
CMYK 0.57 0.86 0 0.26
HSL 260.37º 0.76% 0.42% -
HSV(B) 260.37º 0.86% 0.74% -
XYZ 12.84 6.12 48.08 -
YUV 60.91 199.72 142.33 -
System Red Green Blue C M Y K H S L
Decimal 81 26 188 0.57 0.86 0 0.26 260.37 0.76 0.42
Hex 51 1A BC 39 56 0 1A 104 4C 2A
Octal 121 32 274 71 126 0 32 404 114 52
Binary 1010001 11010 10111100 111001 1010110 0 11010 100000100 1001100 101010

Color Harmonies of #511ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511ABC

Black with #511ABC

Text Example


Text Example

White with #511ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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