Html Css Color HEX #7A41C1 Purple Heart

📋 copy color: '#7A41C1'

red 122 ◦ green 65 ◦ blue 193

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

Shades of Purple Heart #7A41C1

Tints of Purple Heart #7A41C1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 32.11%
G = 17.11%
B = 50.79%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7A41C1 (or 0x7A41C1) is known color: Purple Heart. HEX triplet: 7A, 41 and C1. RGB value is (122,65,193). Sum of RGB (Red+Green+Blue) = 122+65+193=380 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.11% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A41C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A41C1 is #85BE3E. Grayscale: #606060. Windows color (decimal): -8764991 or 12665210. OLE color: 12665210.

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

Color convert

RGB 122 65 193 -
CMYK 0.37 0.66 0 0.24
HSL 266.72º 0.51% 0.51% -
HSV(B) 266.72º 0.66% 0.76% -
XYZ 19.54 11.77 51.69 -
YUV 96.64 182.38 146.09 -
System Red Green Blue C M Y K H S L
Decimal 122 65 193 0.37 0.66 0 0.24 266.72 0.51 0.51
Hex 7A 41 C1 25 42 0 18 10B 33 33
Octal 172 101 301 45 102 0 30 413 63 63
Binary 1111010 1000001 11000001 100101 1000010 0 11000 100001011 110011 110011

Color Harmonies of #7A41C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A41C1

Black with #7A41C1

Text Example


Text Example

White with #7A41C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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