Html Css Color HEX #7115CE Purple Heart

📋 copy color: '#7115CE'

red 113 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #7115CE

Tints of Purple Heart #7115CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.18%

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

R = 33.24%
G = 6.18%
B = 60.59%

CMYK

 C value IS 0.45

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7115CE (or 0x7115CE) is known color: Purple Heart. HEX triplet: 71, 15 and CE. RGB value is (113,21,206). Sum of RGB (Red+Green+Blue) = 113+21+206=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 21 (8.59% from 255 or 6.18% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #7115CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7115CE is #8EEA31. Grayscale: #444444. Windows color (decimal): -9366066 or 13505905. OLE color: 13505905.

HSL color Cylindrical-coordinate representation of color #7115CE: hue angle of 269.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7115CE is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 21 206 -
CMYK 0.45 0.90 0 0.19
HSL 269.84º 0.81% 0.45% -
HSV(B) 269.84º 0.9% 0.81% -
XYZ 18.22 8.5 59.07 -
YUV 69.6 204.98 158.96 -
System Red Green Blue C M Y K H S L
Decimal 113 21 206 0.45 0.90 0 0.19 269.84 0.81 0.45
Hex 71 15 CE 2D 5A 0 13 10E 51 2D
Octal 161 25 316 55 132 0 23 416 121 55
Binary 1110001 10101 11001110 101101 1011010 0 10011 100001110 1010001 101101

Color Harmonies of #7115CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7115CE

Black with #7115CE

Text Example


Text Example

White with #7115CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,21,206); }

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

background-color css

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

 a { background-color: rgb(113,21,206); }

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

border-color css

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

 span { border-color: rgb(113,21,206); }

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