Html Css Color HEX #7023AC Purple Heart

📋 copy color: '#7023AC'

red 112 ◦ green 35 ◦ blue 172

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

Shades of Purple Heart #7023AC

Tints of Purple Heart #7023AC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.97%

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

R = 35.11%
G = 10.97%
B = 53.92%

CMYK

 C value IS 0.35

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7023AC (or 0x7023AC) is known color: Purple Heart. HEX triplet: 70, 23 and AC. RGB value is (112,35,172). Sum of RGB (Red+Green+Blue) = 112+35+172=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #7023AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7023AC is #8FDC53. Grayscale: #494949. Windows color (decimal): -9428052 or 11281264. OLE color: 11281264.

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

Color convert

RGB 112 35 172 -
CMYK 0.35 0.80 0 0.33
HSL 273.72º 0.66% 0.41% -
HSV(B) 273.72º 0.8% 0.67% -
XYZ 14.73 7.63 39.73 -
YUV 73.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 112 35 172 0.35 0.80 0 0.33 273.72 0.66 0.41
Hex 70 23 AC 23 50 0 21 112 42 29
Octal 160 43 254 43 120 0 41 422 102 51
Binary 1110000 100011 10101100 100011 1010000 0 100001 100010010 1000010 101001

Color Harmonies of #7023AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7023AC

Black with #7023AC

Text Example


Text Example

White with #7023AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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