Html Css Color HEX #7A3ECA Purple Heart

📋 copy color: '#7A3ECA'

red 122 ◦ green 62 ◦ blue 202

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

Shades of Purple Heart #7A3ECA

Tints of Purple Heart #7A3ECA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.06%

 BLUE value IS 202 (79.3% from 255) = 52.33%

R = 31.61%
G = 16.06%
B = 52.33%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A3ECA (or 0x7A3ECA) is known color: Purple Heart. HEX triplet: 7A, 3E and CA. RGB value is (122,62,202). Sum of RGB (Red+Green+Blue) = 122+62+202=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 202 (79.30% from 255 or 52.33% from 386); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A3ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3ECA is #85C135. Grayscale: #5F5F5F. Windows color (decimal): -8765750 or 13254266. OLE color: 13254266.

HSL color Cylindrical-coordinate representation of color #7A3ECA: hue angle of 265.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A3ECA is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 122 62 202 -
CMYK 0.40 0.69 0 0.21
HSL 265.71º 0.57% 0.52% -
HSV(B) 265.71º 0.69% 0.79% -
XYZ 20.41 11.85 57.09 -
YUV 95.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 122 62 202 0.40 0.69 0 0.21 265.71 0.57 0.52
Hex 7A 3E CA 28 45 0 15 10A 39 34
Octal 172 76 312 50 105 0 25 412 71 64
Binary 1111010 111110 11001010 101000 1000101 0 10101 100001010 111001 110100

Color Harmonies of #7A3ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3ECA

Black with #7A3ECA

Text Example


Text Example

White with #7A3ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,62,202); }

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

background-color css

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

 a { background-color: rgb(122,62,202); }

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

border-color css

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

 span { border-color: rgb(122,62,202); }

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