Html Css Color HEX #7A32CA Purple Heart

📋 copy color: '#7A32CA'

red 122 ◦ green 50 ◦ blue 202

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

Shades of Purple Heart #7A32CA

Tints of Purple Heart #7A32CA

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.37%

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

R = 32.62%
G = 13.37%
B = 54.01%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A32CA (or 0x7A32CA) is known color: Purple Heart. HEX triplet: 7A, 32 and CA. RGB value is (122,50,202). Sum of RGB (Red+Green+Blue) = 122+50+202=374 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.62% from 374); Green value is 50 (19.92% from 255 or 13.37% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A32CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A32CA is #85CD35. Grayscale: #585858. Windows color (decimal): -8768822 or 13251194. OLE color: 13251194.

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

Color convert

RGB 122 50 202 -
CMYK 0.40 0.75 0 0.21
HSL 268.42º 0.6% 0.49% -
HSV(B) 268.42º 0.75% 0.79% -
XYZ 19.83 10.68 56.89 -
YUV 88.86 191.85 151.64 -
System Red Green Blue C M Y K H S L
Decimal 122 50 202 0.40 0.75 0 0.21 268.42 0.6 0.49
Hex 7A 32 CA 28 4B 0 15 10C 3C 31
Octal 172 62 312 50 113 0 25 414 74 61
Binary 1111010 110010 11001010 101000 1001011 0 10101 100001100 111100 110001

Color Harmonies of #7A32CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A32CA

Black with #7A32CA

Text Example


Text Example

White with #7A32CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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