Html Css Color HEX #7A2BBE Purple Heart

📋 copy color: '#7A2BBE'

red 122 ◦ green 43 ◦ blue 190

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

Shades of Purple Heart #7A2BBE

Tints of Purple Heart #7A2BBE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.11%

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

R = 34.37%
G = 12.11%
B = 53.52%

CMYK

 C value IS 0.36

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7A2BBE (or 0x7A2BBE) is known color: Purple Heart. HEX triplet: 7A, 2B and BE. RGB value is (122,43,190). Sum of RGB (Red+Green+Blue) = 122+43+190=355 (47% of max value = 765). Red value is 122 (48.05% from 255 or 34.37% from 355); Green value is 43 (17.19% from 255 or 12.11% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #7A2BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2BBE is #85D441. Grayscale: #525252. Windows color (decimal): -8770626 or 12462970. OLE color: 12462970.

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

Color convert

RGB 122 43 190 -
CMYK 0.36 0.77 0 0.25
HSL 272.24º 0.63% 0.46% -
HSV(B) 272.24º 0.77% 0.75% -
XYZ 18.18 9.58 49.61 -
YUV 83.38 188.17 155.55 -
System Red Green Blue C M Y K H S L
Decimal 122 43 190 0.36 0.77 0 0.25 272.24 0.63 0.46
Hex 7A 2B BE 24 4D 0 19 110 3F 2E
Octal 172 53 276 44 115 0 31 420 77 56
Binary 1111010 101011 10111110 100100 1001101 0 11001 100010000 111111 101110

Color Harmonies of #7A2BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2BBE

Black with #7A2BBE

Text Example


Text Example

White with #7A2BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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