Html Css Color HEX #511FCA Purple Heart

📋 copy color: '#511FCA'

red 81 ◦ green 31 ◦ blue 202

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

Shades of Purple Heart #511FCA

Tints of Purple Heart #511FCA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.87%

 BLUE value IS 202 (79.3% from 255) = 64.33%

R = 25.8%
G = 9.87%
B = 64.33%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#511FCA (or 0x511FCA) is known color: Purple Heart. HEX triplet: 51, 1F and CA. RGB value is (81,31,202). Sum of RGB (Red+Green+Blue) = 81+31+202=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 202 (79.30% from 255 or 64.33% from 314); Max value from RGB is 202 - color contains mainly: blue. Hex color #511FCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #511FCA is #AEE035. Grayscale: #404040. Windows color (decimal): -11460662 or 13246289. OLE color: 13246289.

HSL color Cylindrical-coordinate representation of color #511FCA: hue angle of 257.54º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511FCA is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 31 202 -
CMYK 0.60 0.85 0 0.21
HSL 257.54º 0.73% 0.46% -
HSV(B) 257.54º 0.85% 0.79% -
XYZ 14.54 6.99 56.46 -
YUV 65.44 205.07 139.1 -
System Red Green Blue C M Y K H S L
Decimal 81 31 202 0.60 0.85 0 0.21 257.54 0.73 0.46
Hex 51 1F CA 3C 55 0 15 102 49 2E
Octal 121 37 312 74 125 0 25 402 111 56
Binary 1010001 11111 11001010 111100 1010101 0 10101 100000010 1001001 101110

Color Harmonies of #511FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511FCA

Black with #511FCA

Text Example


Text Example

White with #511FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,31,202); }

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

background-color css

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

 a { background-color: rgb(81,31,202); }

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

border-color css

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

 span { border-color: rgb(81,31,202); }

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