Html Css Color HEX #511BC4 Purple Heart

📋 copy color: '#511BC4'

red 81 ◦ green 27 ◦ blue 196

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

Shades of Purple Heart #511BC4

Tints of Purple Heart #511BC4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.88%

 BLUE value IS 196 (76.95% from 255) = 64.47%

R = 26.64%
G = 8.88%
B = 64.47%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#511BC4 (or 0x511BC4) is known color: Purple Heart. HEX triplet: 51, 1B and C4. RGB value is (81,27,196). Sum of RGB (Red+Green+Blue) = 81+27+196=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 196 (76.95% from 255 or 64.47% from 304); Max value from RGB is 196 - color contains mainly: blue. Hex color #511BC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BC4 is #AEE43B. Grayscale: #3D3D3D. Windows color (decimal): -11461692 or 12852049. OLE color: 12852049.

HSL color Cylindrical-coordinate representation of color #511BC4: hue angle of 259.17º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511BC4 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 27 196 -
CMYK 0.59 0.86 0 0.23
HSL 259.17º 0.76% 0.44% -
HSV(B) 259.17º 0.86% 0.77% -
XYZ 13.75 6.52 52.76 -
YUV 62.41 203.39 141.26 -
System Red Green Blue C M Y K H S L
Decimal 81 27 196 0.59 0.86 0 0.23 259.17 0.76 0.44
Hex 51 1B C4 3B 56 0 17 103 4C 2C
Octal 121 33 304 73 126 0 27 403 114 54
Binary 1010001 11011 11000100 111011 1010110 0 10111 100000011 1001100 101100

Color Harmonies of #511BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BC4

Black with #511BC4

Text Example


Text Example

White with #511BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,27,196); }

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

background-color css

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

 a { background-color: rgb(81,27,196); }

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

border-color css

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

 span { border-color: rgb(81,27,196); }

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