Html Css Color HEX #7127BB Purple Heart

📋 copy color: '#7127BB'

red 113 ◦ green 39 ◦ blue 187

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

Shades of Purple Heart #7127BB

Tints of Purple Heart #7127BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 55.16%

R = 33.33%
G = 11.5%
B = 55.16%

CMYK

 C value IS 0.40

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7127BB (or 0x7127BB) is known color: Purple Heart. HEX triplet: 71, 27 and BB. RGB value is (113,39,187). Sum of RGB (Red+Green+Blue) = 113+39+187=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 39 (15.62% from 255 or 11.50% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #7127BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7127BB is #8ED844. Grayscale: #4D4D4D. Windows color (decimal): -9361477 or 12265329. OLE color: 12265329.

HSL color Cylindrical-coordinate representation of color #7127BB: hue angle of 270º 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 #7127BB is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 39 187 -
CMYK 0.40 0.79 0 0.27
HSL 270º 0.65% 0.44% -
HSV(B) 270º 0.79% 0.73% -
XYZ 16.51 8.55 47.79 -
YUV 78 189.52 152.97 -
System Red Green Blue C M Y K H S L
Decimal 113 39 187 0.40 0.79 0 0.27 270 0.65 0.44
Hex 71 27 BB 28 4F 0 1B 10E 41 2C
Octal 161 47 273 50 117 0 33 416 101 54
Binary 1110001 100111 10111011 101000 1001111 0 11011 100001110 1000001 101100

Color Harmonies of #7127BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127BB

Black with #7127BB

Text Example


Text Example

White with #7127BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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