Html Css Color HEX #7A2CCA Purple Heart

📋 copy color: '#7A2CCA'

red 122 ◦ green 44 ◦ blue 202

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

Shades of Purple Heart #7A2CCA

Tints of Purple Heart #7A2CCA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.96%

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

R = 33.15%
G = 11.96%
B = 54.89%

CMYK

 C value IS 0.40

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A2CCA (or 0x7A2CCA) is known color: Purple Heart. HEX triplet: 7A, 2C and CA. RGB value is (122,44,202). Sum of RGB (Red+Green+Blue) = 122+44+202=368 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.15% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A2CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2CCA is #85D335. Grayscale: #545454. Windows color (decimal): -8770358 or 13249658. OLE color: 13249658.

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

Color convert

RGB 122 44 202 -
CMYK 0.40 0.78 0 0.21
HSL 269.62º 0.64% 0.48% -
HSV(B) 269.62º 0.78% 0.79% -
XYZ 19.59 10.2 56.81 -
YUV 85.33 193.84 154.15 -
System Red Green Blue C M Y K H S L
Decimal 122 44 202 0.40 0.78 0 0.21 269.62 0.64 0.48
Hex 7A 2C CA 28 4E 0 15 10E 40 30
Octal 172 54 312 50 116 0 25 416 100 60
Binary 1111010 101100 11001010 101000 1001110 0 10101 100001110 1000000 110000

Color Harmonies of #7A2CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2CCA

Black with #7A2CCA

Text Example


Text Example

White with #7A2CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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