Html Css Color HEX #511CCB Purple Heart

📋 copy color: '#511CCB'

red 81 ◦ green 28 ◦ blue 203

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

Shades of Purple Heart #511CCB

Tints of Purple Heart #511CCB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

 BLUE value IS 203 (79.69% from 255) = 65.06%

R = 25.96%
G = 8.97%
B = 65.06%

CMYK

 C value IS 0.60

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#511CCB (or 0x511CCB) is known color: Purple Heart. HEX triplet: 51, 1C and CB. RGB value is (81,28,203). Sum of RGB (Red+Green+Blue) = 81+28+203=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #511CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511CCB is #AEE334. Grayscale: #3F3F3F. Windows color (decimal): -11461429 or 13311057. OLE color: 13311057.

HSL color Cylindrical-coordinate representation of color #511CCB: hue angle of 258.17º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #511CCB is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 28 203 -
CMYK 0.60 0.86 0 0.20
HSL 258.17º 0.76% 0.45% -
HSV(B) 258.17º 0.86% 0.8% -
XYZ 14.59 6.89 57.06 -
YUV 63.8 206.56 140.27 -
System Red Green Blue C M Y K H S L
Decimal 81 28 203 0.60 0.86 0 0.20 258.17 0.76 0.45
Hex 51 1C CB 3C 56 0 14 102 4C 2D
Octal 121 34 313 74 126 0 24 402 114 55
Binary 1010001 11100 11001011 111100 1010110 0 10100 100000010 1001100 101101

Color Harmonies of #511CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511CCB

Black with #511CCB

Text Example


Text Example

White with #511CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,28,203); }

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

background-color css

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

 a { background-color: rgb(81,28,203); }

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

border-color css

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

 span { border-color: rgb(81,28,203); }

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