Html Css Color HEX #5113CB Purple Heart

📋 copy color: '#5113CB'

red 81 ◦ green 19 ◦ blue 203

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

Shades of Purple Heart #5113CB

Tints of Purple Heart #5113CB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 26.73%
G = 6.27%
B = 67%

CMYK

 C value IS 0.60

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5113CB (or 0x5113CB) is known color: Purple Heart. HEX triplet: 51, 13 and CB. RGB value is (81,19,203). Sum of RGB (Red+Green+Blue) = 81+19+203=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #5113CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5113CB is #AEEC34. Grayscale: #393939. Windows color (decimal): -11463733 or 13308753. OLE color: 13308753.

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

Color convert

RGB 81 19 203 -
CMYK 0.60 0.91 0 0.20
HSL 260.22º 0.83% 0.44% -
HSV(B) 260.22º 0.91% 0.8% -
XYZ 14.41 6.53 57 -
YUV 58.51 209.54 144.04 -
System Red Green Blue C M Y K H S L
Decimal 81 19 203 0.60 0.91 0 0.20 260.22 0.83 0.44
Hex 51 13 CB 3C 5B 0 14 104 53 2C
Octal 121 23 313 74 133 0 24 404 123 54
Binary 1010001 10011 11001011 111100 1011011 0 10100 100000100 1010011 101100

Color Harmonies of #5113CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5113CB

Black with #5113CB

Text Example


Text Example

White with #5113CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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