Html Css Color HEX #7A1FBE Purple Heart

📋 copy color: '#7A1FBE'

red 122 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #7A1FBE

Tints of Purple Heart #7A1FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.04%

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

R = 35.57%
G = 9.04%
B = 55.39%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A1FBE (or 0x7A1FBE) is known color: Purple Heart. HEX triplet: 7A, 1F and BE. RGB value is (122,31,190). Sum of RGB (Red+Green+Blue) = 122+31+190=343 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.57% from 343); Green value is 31 (12.5% from 255 or 9.04% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A1FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1FBE is #85E041. Grayscale: #4B4B4B. Windows color (decimal): -8773698 or 12459898. OLE color: 12459898.

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

Color convert

RGB 122 31 190 -
CMYK 0.36 0.84 0 0.25
HSL 274.34º 0.72% 0.43% -
HSV(B) 274.34º 0.84% 0.75% -
XYZ 17.81 8.84 49.48 -
YUV 76.34 192.15 160.57 -
System Red Green Blue C M Y K H S L
Decimal 122 31 190 0.36 0.84 0 0.25 274.34 0.72 0.43
Hex 7A 1F BE 24 54 0 19 112 48 2B
Octal 172 37 276 44 124 0 31 422 110 53
Binary 1111010 11111 10111110 100100 1010100 0 11001 100010010 1001000 101011

Color Harmonies of #7A1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1FBE

Black with #7A1FBE

Text Example


Text Example

White with #7A1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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