Html Css Color HEX #5113CA Purple Heart

📋 copy color: '#5113CA'

red 81 ◦ green 19 ◦ blue 202

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

Shades of Purple Heart #5113CA

Tints of Purple Heart #5113CA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.29%

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

R = 26.82%
G = 6.29%
B = 66.89%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5113CA (or 0x5113CA) is known color: Purple Heart. HEX triplet: 51, 13 and CA. RGB value is (81,19,202). Sum of RGB (Red+Green+Blue) = 81+19+202=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #5113CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5113CA is #AEEC35. Grayscale: #393939. Windows color (decimal): -11463734 or 13243217. OLE color: 13243217.

HSL color Cylindrical-coordinate representation of color #5113CA: hue angle of 260.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5113CA is Cyan = 0.60, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 19 202 -
CMYK 0.60 0.91 0 0.21
HSL 260.33º 0.83% 0.43% -
HSV(B) 260.33º 0.91% 0.79% -
XYZ 14.29 6.48 56.37 -
YUV 58.4 209.04 144.12 -
System Red Green Blue C M Y K H S L
Decimal 81 19 202 0.60 0.91 0 0.21 260.33 0.83 0.43
Hex 51 13 CA 3C 5B 0 15 104 53 2B
Octal 121 23 312 74 133 0 25 404 123 53
Binary 1010001 10011 11001010 111100 1011011 0 10101 100000100 1010011 101011

Color Harmonies of #5113CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5113CA

Black with #5113CA

Text Example


Text Example

White with #5113CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5113CA; }

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

 H1.HeaderClassName
 {
   color: #5113CA;
 }
 .AnyTagClassName
 {
   color: #5113CA;
 }
</style>

background-color css

<style>
 a { background-color: #5113CA; }

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

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

border-color css

<style>
 span { border-color: #5113CA; }

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

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