Html Css Color HEX #7A34BA Purple Heart

📋 copy color: '#7A34BA'

red 122 ◦ green 52 ◦ blue 186

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

Shades of Purple Heart #7A34BA

Tints of Purple Heart #7A34BA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.44%

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

R = 33.89%
G = 14.44%
B = 51.67%

CMYK

 C value IS 0.34

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A34BA (or 0x7A34BA) is known color: Purple Heart. HEX triplet: 7A, 34 and BA. RGB value is (122,52,186). Sum of RGB (Red+Green+Blue) = 122+52+186=360 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.89% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A34BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A34BA is #85CB45. Grayscale: #575757. Windows color (decimal): -8768326 or 12203130. OLE color: 12203130.

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

Color convert

RGB 122 52 186 -
CMYK 0.34 0.72 0 0.27
HSL 271.34º 0.56% 0.47% -
HSV(B) 271.34º 0.72% 0.73% -
XYZ 18.12 10.14 47.46 -
YUV 88.21 183.19 152.1 -
System Red Green Blue C M Y K H S L
Decimal 122 52 186 0.34 0.72 0 0.27 271.34 0.56 0.47
Hex 7A 34 BA 22 48 0 1B 10F 38 2F
Octal 172 64 272 42 110 0 33 417 70 57
Binary 1111010 110100 10111010 100010 1001000 0 11011 100001111 111000 101111

Color Harmonies of #7A34BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A34BA

Black with #7A34BA

Text Example


Text Example

White with #7A34BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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