Html Css Color HEX #5138CB Purple Heart

📋 copy color: '#5138CB'

red 81 ◦ green 56 ◦ blue 203

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

Shades of Purple Heart #5138CB

Tints of Purple Heart #5138CB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.47%

 BLUE value IS 203 (79.69% from 255) = 59.71%

R = 23.82%
G = 16.47%
B = 59.71%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5138CB (or 0x5138CB) is known color: Purple Heart. HEX triplet: 51, 38 and CB. RGB value is (81,56,203). Sum of RGB (Red+Green+Blue) = 81+56+203=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 203 (79.69% from 255 or 59.71% from 340); Max value from RGB is 203 - color contains mainly: blue. Hex color #5138CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5138CB is #AEC734. Grayscale: #4F4F4F. Windows color (decimal): -11454261 or 13318225. OLE color: 13318225.

HSL color Cylindrical-coordinate representation of color #5138CB: hue angle of 250.2º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5138CB is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 56 203 -
CMYK 0.60 0.72 0 0.20
HSL 250.2º 0.59% 0.51% -
HSV(B) 250.2º 0.72% 0.8% -
XYZ 15.59 8.89 57.39 -
YUV 80.23 197.28 128.55 -
System Red Green Blue C M Y K H S L
Decimal 81 56 203 0.60 0.72 0 0.20 250.2 0.59 0.51
Hex 51 38 CB 3C 48 0 14 FA 3B 33
Octal 121 70 313 74 110 0 24 372 73 63
Binary 1010001 111000 11001011 111100 1001000 0 10100 11111010 111011 110011

Color Harmonies of #5138CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5138CB

Black with #5138CB

Text Example


Text Example

White with #5138CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5138CB; }

 p { color: rgb(81,56,203); }

 H1.HeaderClassName
 {
   color: #5138CB;
 }
 .AnyTagClassName
 {
   color: #5138CB;
 }
</style>

background-color css

<style>
 a { background-color: #5138CB; }

 a { background-color: rgb(81,56,203); }

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

border-color css

<style>
 span { border-color: #5138CB; }

 span { border-color: rgb(81,56,203); }

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