Html Css Color HEX #5139CA Purple Heart

📋 copy color: '#5139CA'

red 81 ◦ green 57 ◦ blue 202

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

Shades of Purple Heart #5139CA

Tints of Purple Heart #5139CA

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

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

R = 23.82%
G = 16.76%
B = 59.41%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5139CA (or 0x5139CA) is known color: Purple Heart. HEX triplet: 51, 39 and CA. RGB value is (81,57,202). Sum of RGB (Red+Green+Blue) = 81+57+202=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 202 (79.30% from 255 or 59.41% from 340); Max value from RGB is 202 - color contains mainly: blue. Hex color #5139CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5139CA is #AEC635. Grayscale: #505050. Windows color (decimal): -11454006 or 13252945. OLE color: 13252945.

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

Color convert

RGB 81 57 202 -
CMYK 0.60 0.72 0 0.21
HSL 249.93º 0.58% 0.51% -
HSV(B) 249.93º 0.72% 0.79% -
XYZ 15.52 8.94 56.78 -
YUV 80.71 196.45 128.21 -
System Red Green Blue C M Y K H S L
Decimal 81 57 202 0.60 0.72 0 0.21 249.93 0.58 0.51
Hex 51 39 CA 3C 48 0 15 FA 3A 33
Octal 121 71 312 74 110 0 25 372 72 63
Binary 1010001 111001 11001010 111100 1001000 0 10101 11111010 111010 110011

Color Harmonies of #5139CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5139CA

Black with #5139CA

Text Example


Text Example

White with #5139CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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