Html Css Color HEX #7A44C1 Purple Heart

📋 copy color: '#7A44C1'

red 122 ◦ green 68 ◦ blue 193

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

Shades of Purple Heart #7A44C1

Tints of Purple Heart #7A44C1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.75%

 BLUE value IS 193 (75.78% from 255) = 50.39%

R = 31.85%
G = 17.75%
B = 50.39%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7A44C1 (or 0x7A44C1) is known color: Purple Heart. HEX triplet: 7A, 44 and C1. RGB value is (122,68,193). Sum of RGB (Red+Green+Blue) = 122+68+193=383 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.85% from 383); Green value is 68 (26.95% from 255 or 17.75% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A44C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A44C1 is #85BB3E. Grayscale: #616161. Windows color (decimal): -8764223 or 12665978. OLE color: 12665978.

HSL color Cylindrical-coordinate representation of color #7A44C1: hue angle of 265.92º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7A44C1 is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 122 68 193 -
CMYK 0.37 0.65 0 0.24
HSL 265.92º 0.5% 0.51% -
HSV(B) 265.92º 0.65% 0.76% -
XYZ 19.72 12.12 51.75 -
YUV 98.4 181.39 144.84 -
System Red Green Blue C M Y K H S L
Decimal 122 68 193 0.37 0.65 0 0.24 265.92 0.5 0.51
Hex 7A 44 C1 25 41 0 18 10A 32 33
Octal 172 104 301 45 101 0 30 412 62 63
Binary 1111010 1000100 11000001 100101 1000001 0 11000 100001010 110010 110011

Color Harmonies of #7A44C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A44C1

Black with #7A44C1

Text Example


Text Example

White with #7A44C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,68,193); }

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

background-color css

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

 a { background-color: rgb(122,68,193); }

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

border-color css

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

 span { border-color: rgb(122,68,193); }

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