Html Css Color HEX #7A1DCA Purple Heart

📋 copy color: '#7A1DCA'

red 122 ◦ green 29 ◦ blue 202

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

Shades of Purple Heart #7A1DCA

Tints of Purple Heart #7A1DCA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.22%

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

R = 34.56%
G = 8.22%
B = 57.22%

CMYK

 C value IS 0.40

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7A1DCA (or 0x7A1DCA) is known color: Purple Heart. HEX triplet: 7A, 1D and CA. RGB value is (122,29,202). Sum of RGB (Red+Green+Blue) = 122+29+202=353 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.56% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A1DCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1DCA is #85E235. Grayscale: #4B4B4B. Windows color (decimal): -8774198 or 13245818. OLE color: 13245818.

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

Color convert

RGB 122 29 202 -
CMYK 0.40 0.86 0 0.21
HSL 272.25º 0.75% 0.45% -
HSV(B) 272.25º 0.86% 0.79% -
XYZ 19.13 9.28 56.66 -
YUV 76.53 198.81 160.43 -
System Red Green Blue C M Y K H S L
Decimal 122 29 202 0.40 0.86 0 0.21 272.25 0.75 0.45
Hex 7A 1D CA 28 56 0 15 110 4B 2D
Octal 172 35 312 50 126 0 25 420 113 55
Binary 1111010 11101 11001010 101000 1010110 0 10101 100010000 1001011 101101

Color Harmonies of #7A1DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1DCA

Black with #7A1DCA

Text Example


Text Example

White with #7A1DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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