Html Css Color HEX #7A41BF Purple Heart

📋 copy color: '#7A41BF'

red 122 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #7A41BF

Tints of Purple Heart #7A41BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 32.28%
G = 17.2%
B = 50.53%

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

#7A41BF (or 0x7A41BF) is known color: Purple Heart. HEX triplet: 7A, 41 and BF. RGB value is (122,65,191). Sum of RGB (Red+Green+Blue) = 122+65+191=378 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.28% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A41BF is #85BE40. Grayscale: #5F5F5F. Windows color (decimal): -8764993 or 12534138. OLE color: 12534138.

HSL color Cylindrical-coordinate representation of color #7A41BF: hue angle of 267.14º degrees, saturation: 0.5, 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 #7A41BF is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 122 65 191 -
CMYK 0.36 0.66 0 0.25
HSL 267.14º 0.5% 0.5% -
HSV(B) 267.14º 0.66% 0.75% -
XYZ 19.32 11.68 50.53 -
YUV 96.41 181.38 146.25 -
System Red Green Blue C M Y K H S L
Decimal 122 65 191 0.36 0.66 0 0.25 267.14 0.5 0.5
Hex 7A 41 BF 24 42 0 19 10B 32 32
Octal 172 101 277 44 102 0 31 413 62 62
Binary 1111010 1000001 10111111 100100 1000010 0 11001 100001011 110010 110010

Color Harmonies of #7A41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A41BF

Black with #7A41BF

Text Example


Text Example

White with #7A41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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