Html Css Color HEX #5138CE Purple Heart

📋 copy color: '#5138CE'

red 81 ◦ green 56 ◦ blue 206

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

Shades of Purple Heart #5138CE

Tints of Purple Heart #5138CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.06%

R = 23.62%
G = 16.33%
B = 60.06%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5138CE (or 0x5138CE) is known color: Purple Heart. HEX triplet: 51, 38 and CE. RGB value is (81,56,206). Sum of RGB (Red+Green+Blue) = 81+56+206=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 56 (22.27% from 255 or 16.33% from 343); Blue value is 206 (80.86% from 255 or 60.06% from 343); Max value from RGB is 206 - color contains mainly: blue. Hex color #5138CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5138CE is #AEC731. Grayscale: #505050. Windows color (decimal): -11454258 or 13514833. OLE color: 13514833.

HSL color Cylindrical-coordinate representation of color #5138CE: hue angle of 250º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5138CE is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 56 206 -
CMYK 0.61 0.73 0 0.19
HSL 250º 0.6% 0.51% -
HSV(B) 250º 0.73% 0.81% -
XYZ 15.95 9.03 59.3 -
YUV 80.58 198.78 128.3 -
System Red Green Blue C M Y K H S L
Decimal 81 56 206 0.61 0.73 0 0.19 250 0.6 0.51
Hex 51 38 CE 3D 49 0 13 FA 3C 33
Octal 121 70 316 75 111 0 23 372 74 63
Binary 1010001 111000 11001110 111101 1001001 0 10011 11111010 111100 110011

Color Harmonies of #5138CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5138CE

Black with #5138CE

Text Example


Text Example

White with #5138CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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