Html Css Color HEX #7127BA Purple Heart

📋 copy color: '#7127BA'

red 113 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #7127BA

Tints of Purple Heart #7127BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.54%

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 33.43%
G = 11.54%
B = 55.03%

CMYK

 C value IS 0.39

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7127BA (or 0x7127BA) is known color: Purple Heart. HEX triplet: 71, 27 and BA. RGB value is (113,39,186). Sum of RGB (Red+Green+Blue) = 113+39+186=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 39 (15.62% from 255 or 11.54% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7127BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7127BA is #8ED845. Grayscale: #4D4D4D. Windows color (decimal): -9361478 or 12199793. OLE color: 12199793.

HSL color Cylindrical-coordinate representation of color #7127BA: hue angle of 270.2º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7127BA is Cyan = 0.39, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 39 186 -
CMYK 0.39 0.79 0 0.27
HSL 270.2º 0.65% 0.44% -
HSV(B) 270.2º 0.79% 0.73% -
XYZ 16.4 8.51 47.23 -
YUV 77.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 113 39 186 0.39 0.79 0 0.27 270.2 0.65 0.44
Hex 71 27 BA 27 4F 0 1B 10E 41 2C
Octal 161 47 272 47 117 0 33 416 101 54
Binary 1110001 100111 10111010 100111 1001111 0 11011 100001110 1000001 101100

Color Harmonies of #7127BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127BA

Black with #7127BA

Text Example


Text Example

White with #7127BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7127BA; }

 p { color: rgb(113,39,186); }

 H1.HeaderClassName
 {
   color: #7127BA;
 }
 .AnyTagClassName
 {
   color: #7127BA;
 }
</style>

background-color css

<style>
 a { background-color: #7127BA; }

 a { background-color: rgb(113,39,186); }

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

border-color css

<style>
 span { border-color: #7127BA; }

 span { border-color: rgb(113,39,186); }

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