Html Css Color HEX #7107AF Purple Heart

📋 copy color: '#7107AF'

red 113 ◦ green 7 ◦ blue 175

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

Shades of Purple Heart #7107AF

Tints of Purple Heart #7107AF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 38.31%
G = 2.37%
B = 59.32%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7107AF (or 0x7107AF) is known color: Purple Heart. HEX triplet: 71, 07 and AF. RGB value is (113,7,175). Sum of RGB (Red+Green+Blue) = 113+7+175=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 175 (68.75% from 255 or 59.32% from 295); Max value from RGB is 175 - color contains mainly: blue. Hex color #7107AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7107AF is #8EF850. Grayscale: #393939. Windows color (decimal): -9369681 or 11470705. OLE color: 11470705.

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

Color convert

RGB 113 7 175 -
CMYK 0.35 0.96 0 0.31
HSL 277.86º 0.92% 0.36% -
HSV(B) 277.86º 0.96% 0.69% -
XYZ 14.62 6.76 41.09 -
YUV 57.85 194.12 167.34 -
System Red Green Blue C M Y K H S L
Decimal 113 7 175 0.35 0.96 0 0.31 277.86 0.92 0.36
Hex 71 7 AF 23 60 0 1F 116 5C 24
Octal 161 7 257 43 140 0 37 426 134 44
Binary 1110001 111 10101111 100011 1100000 0 11111 100010110 1011100 100100

Color Harmonies of #7107AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7107AF

Black with #7107AF

Text Example


Text Example

White with #7107AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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