Html Css Color HEX #5127DA Purple Heart

📋 copy color: '#5127DA'

red 81 ◦ green 39 ◦ blue 218

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

Shades of Purple Heart #5127DA

Tints of Purple Heart #5127DA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 218 (85.55% from 255) = 64.5%

R = 23.96%
G = 11.54%
B = 64.5%

CMYK

 C value IS 0.63

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5127DA (or 0x5127DA) is known color: Purple Heart. HEX triplet: 51, 27 and DA. RGB value is (81,39,218). Sum of RGB (Red+Green+Blue) = 81+39+218=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #5127DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127DA is #AED825. Grayscale: #474747. Windows color (decimal): -11458598 or 14296913. OLE color: 14296913.

HSL color Cylindrical-coordinate representation of color #5127DA: hue angle of 254.08º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5127DA is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 81 39 218 -
CMYK 0.63 0.82 0 0.15
HSL 254.08º 0.71% 0.5% -
HSV(B) 254.08º 0.82% 0.85% -
XYZ 16.77 8.26 67.04 -
YUV 71.96 210.41 134.45 -
System Red Green Blue C M Y K H S L
Decimal 81 39 218 0.63 0.82 0 0.15 254.08 0.71 0.5
Hex 51 27 DA 3F 52 0 F FE 47 32
Octal 121 47 332 77 122 0 17 376 107 62
Binary 1010001 100111 11011010 111111 1010010 0 1111 11111110 1000111 110010

Color Harmonies of #5127DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5127DA

Black with #5127DA

Text Example


Text Example

White with #5127DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5127DA; }

 p { color: rgb(81,39,218); }

 H1.HeaderClassName
 {
   color: #5127DA;
 }
 .AnyTagClassName
 {
   color: #5127DA;
 }
</style>

background-color css

<style>
 a { background-color: #5127DA; }

 a { background-color: rgb(81,39,218); }

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

border-color css

<style>
 span { border-color: #5127DA; }

 span { border-color: rgb(81,39,218); }

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