Html Css Color HEX #7127AF Purple Heart

📋 copy color: '#7127AF'

red 113 ◦ green 39 ◦ blue 175

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

Shades of Purple Heart #7127AF

Tints of Purple Heart #7127AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 34.56%
G = 11.93%
B = 53.52%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7127AF (or 0x7127AF) is known color: Purple Heart. HEX triplet: 71, 27 and AF. RGB value is (113,39,175). Sum of RGB (Red+Green+Blue) = 113+39+175=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #7127AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7127AF is #8ED850. Grayscale: #4C4C4C. Windows color (decimal): -9361489 or 11478897. OLE color: 11478897.

HSL color Cylindrical-coordinate representation of color #7127AF: hue angle of 272.65º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7127AF is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 39 175 -
CMYK 0.35 0.78 0 0.31
HSL 272.65º 0.64% 0.42% -
HSV(B) 272.65º 0.78% 0.69% -
XYZ 15.27 8.06 41.31 -
YUV 76.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 113 39 175 0.35 0.78 0 0.31 272.65 0.64 0.42
Hex 71 27 AF 23 4E 0 1F 111 40 2A
Octal 161 47 257 43 116 0 37 421 100 52
Binary 1110001 100111 10101111 100011 1001110 0 11111 100010001 1000000 101010

Color Harmonies of #7127AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127AF

Black with #7127AF

Text Example


Text Example

White with #7127AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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