Html Css Color HEX #7007AC Purple Heart

📋 copy color: '#7007AC'

red 112 ◦ green 7 ◦ blue 172

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

Shades of Purple Heart #7007AC

Tints of Purple Heart #7007AC

RGB

 RED value IS 112 (44.14% from 255) = 38.49%

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

 BLUE value IS 172 (67.58% from 255) = 59.11%

R = 38.49%
G = 2.41%
B = 59.11%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7007AC (or 0x7007AC) is known color: Purple Heart. HEX triplet: 70, 07 and AC. RGB value is (112,7,172). Sum of RGB (Red+Green+Blue) = 112+7+172=291 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.49% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #7007AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7007AC is #8FF853. Grayscale: #383838. Windows color (decimal): -9435220 or 11274096. OLE color: 11274096.

HSL color Cylindrical-coordinate representation of color #7007AC: hue angle of 278.18º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7007AC is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 7 172 -
CMYK 0.35 0.96 0 0.33
HSL 278.18º 0.92% 0.35% -
HSV(B) 278.18º 0.96% 0.67% -
XYZ 14.2 6.58 39.55 -
YUV 57.21 192.79 167.08 -
System Red Green Blue C M Y K H S L
Decimal 112 7 172 0.35 0.96 0 0.33 278.18 0.92 0.35
Hex 70 7 AC 23 60 0 21 116 5C 23
Octal 160 7 254 43 140 0 41 426 134 43
Binary 1110000 111 10101100 100011 1100000 0 100001 100010110 1011100 100011

Color Harmonies of #7007AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7007AC

Black with #7007AC

Text Example


Text Example

White with #7007AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7007AC; }

 p { color: rgb(112,7,172); }

 H1.HeaderClassName
 {
   color: #7007AC;
 }
 .AnyTagClassName
 {
   color: #7007AC;
 }
</style>

background-color css

<style>
 a { background-color: #7007AC; }

 a { background-color: rgb(112,7,172); }

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

border-color css

<style>
 span { border-color: #7007AC; }

 span { border-color: rgb(112,7,172); }

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