Html Css Color HEX #7A2DB3 Purple Heart

📋 copy color: '#7A2DB3'

red 122 ◦ green 45 ◦ blue 179

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

Shades of Purple Heart #7A2DB3

Tints of Purple Heart #7A2DB3

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.01%

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 35.26%
G = 13.01%
B = 51.73%

CMYK

 C value IS 0.32

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7A2DB3 (or 0x7A2DB3) is known color: Purple Heart. HEX triplet: 7A, 2D and B3. RGB value is (122,45,179). Sum of RGB (Red+Green+Blue) = 122+45+179=346 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.26% from 346); Green value is 45 (17.97% from 255 or 13.01% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #7A2DB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2DB3 is #85D24C. Grayscale: #525252. Windows color (decimal): -8770125 or 11742586. OLE color: 11742586.

HSL color Cylindrical-coordinate representation of color #7A2DB3: hue angle of 274.48º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2DB3 is Cyan = 0.32, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 122 45 179 -
CMYK 0.32 0.75 0 0.30
HSL 274.48º 0.6% 0.44% -
HSV(B) 274.48º 0.75% 0.7% -
XYZ 17.1 9.27 43.54 -
YUV 83.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 122 45 179 0.32 0.75 0 0.30 274.48 0.6 0.44
Hex 7A 2D B3 20 4B 0 1E 112 3C 2C
Octal 172 55 263 40 113 0 36 422 74 54
Binary 1111010 101101 10110011 100000 1001011 0 11110 100010010 111100 101100

Color Harmonies of #7A2DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2DB3

Black with #7A2DB3

Text Example


Text Example

White with #7A2DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,45,179); }

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

background-color css

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

 a { background-color: rgb(122,45,179); }

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

border-color css

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

 span { border-color: rgb(122,45,179); }

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