Html Css Color HEX #7116CB Purple Heart

📋 copy color: '#7116CB'

red 113 ◦ green 22 ◦ blue 203

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

Shades of Purple Heart #7116CB

Tints of Purple Heart #7116CB

RGB

 RED value IS 113 (44.53% from 255) = 33.43%

 GREEN value IS 22 (8.98% from 255) = 6.51%

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

R = 33.43%
G = 6.51%
B = 60.06%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7116CB (or 0x7116CB) is known color: Purple Heart. HEX triplet: 71, 16 and CB. RGB value is (113,22,203). Sum of RGB (Red+Green+Blue) = 113+22+203=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 22 (8.98% from 255 or 6.51% from 338); Blue value is 203 (79.69% from 255 or 60.06% from 338); Max value from RGB is 203 - color contains mainly: blue. Hex color #7116CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7116CB is #8EE934. Grayscale: #454545. Windows color (decimal): -9365813 or 13309553. OLE color: 13309553.

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

Color convert

RGB 113 22 203 -
CMYK 0.44 0.89 0 0.20
HSL 270.17º 0.8% 0.44% -
HSV(B) 270.17º 0.89% 0.8% -
XYZ 17.88 8.4 57.18 -
YUV 69.84 203.15 158.78 -
System Red Green Blue C M Y K H S L
Decimal 113 22 203 0.44 0.89 0 0.20 270.17 0.8 0.44
Hex 71 16 CB 2C 59 0 14 10E 50 2C
Octal 161 26 313 54 131 0 24 416 120 54
Binary 1110001 10110 11001011 101100 1011001 0 10100 100001110 1010000 101100

Color Harmonies of #7116CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7116CB

Black with #7116CB

Text Example


Text Example

White with #7116CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,22,203); }

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

background-color css

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

 a { background-color: rgb(113,22,203); }

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

border-color css

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

 span { border-color: rgb(113,22,203); }

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