Html Css Color HEX #7A41BE Purple Heart

📋 copy color: '#7A41BE'

red 122 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #7A41BE

Tints of Purple Heart #7A41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 32.36%
G = 17.24%
B = 50.4%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A41BE (or 0x7A41BE) is known color: Purple Heart. HEX triplet: 7A, 41 and BE. RGB value is (122,65,190). Sum of RGB (Red+Green+Blue) = 122+65+190=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A41BE is #85BE41. Grayscale: #5F5F5F. Windows color (decimal): -8764994 or 12468602. OLE color: 12468602.

HSL color Cylindrical-coordinate representation of color #7A41BE: hue angle of 267.36º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A41BE is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 65 190 -
CMYK 0.36 0.66 0 0.25
HSL 267.36º 0.49% 0.5% -
HSV(B) 267.36º 0.66% 0.75% -
XYZ 19.21 11.64 49.95 -
YUV 96.29 180.88 146.34 -
System Red Green Blue C M Y K H S L
Decimal 122 65 190 0.36 0.66 0 0.25 267.36 0.49 0.5
Hex 7A 41 BE 24 42 0 19 10B 31 32
Octal 172 101 276 44 102 0 31 413 61 62
Binary 1111010 1000001 10111110 100100 1000010 0 11001 100001011 110001 110010

Color Harmonies of #7A41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A41BE

Black with #7A41BE

Text Example


Text Example

White with #7A41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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