Html Css Color HEX #7A1DBE Purple Heart

📋 copy color: '#7A1DBE'

red 122 ◦ green 29 ◦ blue 190

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

Shades of Purple Heart #7A1DBE

Tints of Purple Heart #7A1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.5%

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

R = 35.78%
G = 8.5%
B = 55.72%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A1DBE (or 0x7A1DBE) is known color: Purple Heart. HEX triplet: 7A, 1D and BE. RGB value is (122,29,190). Sum of RGB (Red+Green+Blue) = 122+29+190=341 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.78% from 341); Green value is 29 (11.72% from 255 or 8.50% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A1DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A1DBE is #85E241. Grayscale: #4A4A4A. Windows color (decimal): -8774210 or 12459386. OLE color: 12459386.

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

Color convert

RGB 122 29 190 -
CMYK 0.36 0.85 0 0.25
HSL 274.66º 0.74% 0.43% -
HSV(B) 274.66º 0.85% 0.75% -
XYZ 17.76 8.73 49.47 -
YUV 75.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 122 29 190 0.36 0.85 0 0.25 274.66 0.74 0.43
Hex 7A 1D BE 24 55 0 19 113 4A 2B
Octal 172 35 276 44 125 0 31 423 112 53
Binary 1111010 11101 10111110 100100 1010101 0 11001 100010011 1001010 101011

Color Harmonies of #7A1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1DBE

Black with #7A1DBE

Text Example


Text Example

White with #7A1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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