Html Css Color HEX #511BC8 Purple Heart

📋 copy color: '#511BC8'

red 81 ◦ green 27 ◦ blue 200

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

Shades of Purple Heart #511BC8

Tints of Purple Heart #511BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 64.94%

R = 26.3%
G = 8.77%
B = 64.94%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#511BC8 (or 0x511BC8) is known color: Purple Heart. HEX triplet: 51, 1B and C8. RGB value is (81,27,200). Sum of RGB (Red+Green+Blue) = 81+27+200=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 200 (78.52% from 255 or 64.94% from 308); Max value from RGB is 200 - color contains mainly: blue. Hex color #511BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511BC8 is #AEE437. Grayscale: #3E3E3E. Windows color (decimal): -11461688 or 13114193. OLE color: 13114193.

HSL color Cylindrical-coordinate representation of color #511BC8: hue angle of 258.73º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #511BC8 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 27 200 -
CMYK 0.59 0.86 0 0.22
HSL 258.73º 0.76% 0.45% -
HSV(B) 258.73º 0.87% 0.78% -
XYZ 14.21 6.7 55.19 -
YUV 62.87 205.39 140.93 -
System Red Green Blue C M Y K H S L
Decimal 81 27 200 0.59 0.86 0 0.22 258.73 0.76 0.45
Hex 51 1B C8 3B 56 0 16 103 4C 2D
Octal 121 33 310 73 126 0 26 403 114 55
Binary 1010001 11011 11001000 111011 1010110 0 10110 100000011 1001100 101101

Color Harmonies of #511BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511BC8

Black with #511BC8

Text Example


Text Example

White with #511BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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