Html Css Color HEX #7A3ACE Purple Heart

📋 copy color: '#7A3ACE'

red 122 ◦ green 58 ◦ blue 206

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

Shades of Purple Heart #7A3ACE

Tints of Purple Heart #7A3ACE

RGB

 RED value IS 122 (48.05% from 255) = 31.61%

 GREEN value IS 58 (23.05% from 255) = 15.03%

 BLUE value IS 206 (80.86% from 255) = 53.37%

R = 31.61%
G = 15.03%
B = 53.37%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7A3ACE (or 0x7A3ACE) is known color: Purple Heart. HEX triplet: 7A, 3A and CE. RGB value is (122,58,206). Sum of RGB (Red+Green+Blue) = 122+58+206=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 58 (23.05% from 255 or 15.03% from 386); Blue value is 206 (80.86% from 255 or 53.37% from 386); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A3ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3ACE is #85C531. Grayscale: #5D5D5D. Windows color (decimal): -8766770 or 13515386. OLE color: 13515386.

HSL color Cylindrical-coordinate representation of color #7A3ACE: hue angle of 265.95º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A3ACE is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 122 58 206 -
CMYK 0.41 0.72 0 0.19
HSL 265.95º 0.6% 0.52% -
HSV(B) 265.95º 0.72% 0.81% -
XYZ 20.68 11.62 59.55 -
YUV 94.01 191.2 147.97 -
System Red Green Blue C M Y K H S L
Decimal 122 58 206 0.41 0.72 0 0.19 265.95 0.6 0.52
Hex 7A 3A CE 29 48 0 13 10A 3C 34
Octal 172 72 316 51 110 0 23 412 74 64
Binary 1111010 111010 11001110 101001 1001000 0 10011 100001010 111100 110100

Color Harmonies of #7A3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3ACE

Black with #7A3ACE

Text Example


Text Example

White with #7A3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A3ACE; }

 p { color: rgb(122,58,206); }

 H1.HeaderClassName
 {
   color: #7A3ACE;
 }
 .AnyTagClassName
 {
   color: #7A3ACE;
 }
</style>

background-color css

<style>
 a { background-color: #7A3ACE; }

 a { background-color: rgb(122,58,206); }

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

border-color css

<style>
 span { border-color: #7A3ACE; }

 span { border-color: rgb(122,58,206); }

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