Html Css Color HEX #5127D0 Purple Heart

📋 copy color: '#5127D0'

red 81 ◦ green 39 ◦ blue 208

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

Shades of Purple Heart #5127D0

Tints of Purple Heart #5127D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 63.41%

R = 24.7%
G = 11.89%
B = 63.41%

CMYK

 C value IS 0.61

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5127D0 (or 0x5127D0) is known color: Purple Heart. HEX triplet: 51, 27 and D0. RGB value is (81,39,208). Sum of RGB (Red+Green+Blue) = 81+39+208=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 39 (15.62% from 255 or 11.89% from 328); Blue value is 208 (81.64% from 255 or 63.41% from 328); Max value from RGB is 208 - color contains mainly: blue. Hex color #5127D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5127D0 is #AED82F. Grayscale: #464646. Windows color (decimal): -11458608 or 13641553. OLE color: 13641553.

HSL color Cylindrical-coordinate representation of color #5127D0: hue angle of 254.91º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5127D0 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 39 208 -
CMYK 0.61 0.81 0 0.18
HSL 254.91º 0.68% 0.48% -
HSV(B) 254.91º 0.81% 0.82% -
XYZ 15.5 7.75 60.35 -
YUV 70.82 205.41 135.26 -
System Red Green Blue C M Y K H S L
Decimal 81 39 208 0.61 0.81 0 0.18 254.91 0.68 0.48
Hex 51 27 D0 3D 51 0 12 FF 44 30
Octal 121 47 320 75 121 0 22 377 104 60
Binary 1010001 100111 11010000 111101 1010001 0 10010 11111111 1000100 110000

Color Harmonies of #5127D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5127D0

Black with #5127D0

Text Example


Text Example

White with #5127D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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