Html Css Color HEX #7A2EBA Purple Heart

📋 copy color: '#7A2EBA'

red 122 ◦ green 46 ◦ blue 186

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

Shades of Purple Heart #7A2EBA

Tints of Purple Heart #7A2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 34.46%
G = 12.99%
B = 52.54%

CMYK

 C value IS 0.34

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A2EBA (or 0x7A2EBA) is known color: Purple Heart. HEX triplet: 7A, 2E and BA. RGB value is (122,46,186). Sum of RGB (Red+Green+Blue) = 122+46+186=354 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.46% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A2EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A2EBA is #85D145. Grayscale: #545454. Windows color (decimal): -8769862 or 12201594. OLE color: 12201594.

HSL color Cylindrical-coordinate representation of color #7A2EBA: hue angle of 272.57º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A2EBA is Cyan = 0.34, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 46 186 -
CMYK 0.34 0.75 0 0.27
HSL 272.57º 0.6% 0.45% -
HSV(B) 272.57º 0.75% 0.73% -
XYZ 17.87 9.64 47.37 -
YUV 84.68 185.18 154.62 -
System Red Green Blue C M Y K H S L
Decimal 122 46 186 0.34 0.75 0 0.27 272.57 0.6 0.45
Hex 7A 2E BA 22 4B 0 1B 111 3C 2D
Octal 172 56 272 42 113 0 33 421 74 55
Binary 1111010 101110 10111010 100010 1001011 0 11011 100010001 111100 101101

Color Harmonies of #7A2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2EBA

Black with #7A2EBA

Text Example


Text Example

White with #7A2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,46,186); }

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

background-color css

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

 a { background-color: rgb(122,46,186); }

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

border-color css

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

 span { border-color: rgb(122,46,186); }

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