Html Css Color HEX #5135D1 Purple Heart

📋 copy color: '#5135D1'

red 81 ◦ green 53 ◦ blue 209

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

Shades of Purple Heart #5135D1

Tints of Purple Heart #5135D1

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

 BLUE value IS 209 (82.03% from 255) = 60.93%

R = 23.62%
G = 15.45%
B = 60.93%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5135D1 (or 0x5135D1) is known color: Purple Heart. HEX triplet: 51, 35 and D1. RGB value is (81,53,209). Sum of RGB (Red+Green+Blue) = 81+53+209=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 209 (82.03% from 255 or 60.93% from 343); Max value from RGB is 209 - color contains mainly: blue. Hex color #5135D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5135D1 is #AECA2E. Grayscale: #4E4E4E. Windows color (decimal): -11455023 or 13710673. OLE color: 13710673.

HSL color Cylindrical-coordinate representation of color #5135D1: hue angle of 250.77º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5135D1 is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 81 53 209 -
CMYK 0.61 0.75 0 0.18
HSL 250.77º 0.63% 0.51% -
HSV(B) 250.77º 0.75% 0.82% -
XYZ 16.18 8.9 61.19 -
YUV 79.16 201.28 129.32 -
System Red Green Blue C M Y K H S L
Decimal 81 53 209 0.61 0.75 0 0.18 250.77 0.63 0.51
Hex 51 35 D1 3D 4B 0 12 FB 3F 33
Octal 121 65 321 75 113 0 22 373 77 63
Binary 1010001 110101 11010001 111101 1001011 0 10010 11111011 111111 110011

Color Harmonies of #5135D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5135D1

Black with #5135D1

Text Example


Text Example

White with #5135D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5135D1; }

 p { color: rgb(81,53,209); }

 H1.HeaderClassName
 {
   color: #5135D1;
 }
 .AnyTagClassName
 {
   color: #5135D1;
 }
</style>

background-color css

<style>
 a { background-color: #5135D1; }

 a { background-color: rgb(81,53,209); }

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

border-color css

<style>
 span { border-color: #5135D1; }

 span { border-color: rgb(81,53,209); }

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