Html Css Color HEX #7A34BC Purple Heart

📋 copy color: '#7A34BC'

red 122 ◦ green 52 ◦ blue 188

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

Shades of Purple Heart #7A34BC

Tints of Purple Heart #7A34BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 33.7%
G = 14.36%
B = 51.93%

CMYK

 C value IS 0.35

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A34BC (or 0x7A34BC) is known color: Purple Heart. HEX triplet: 7A, 34 and BC. RGB value is (122,52,188). Sum of RGB (Red+Green+Blue) = 122+52+188=362 (47% of max value = 765). Red value is 122 (48.05% from 255 or 33.70% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A34BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A34BC is #85CB43. Grayscale: #575757. Windows color (decimal): -8768324 or 12334202. OLE color: 12334202.

HSL color Cylindrical-coordinate representation of color #7A34BC: hue angle of 270.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A34BC is Cyan = 0.35, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 52 188 -
CMYK 0.35 0.72 0 0.26
HSL 270.88º 0.57% 0.47% -
HSV(B) 270.88º 0.72% 0.74% -
XYZ 18.33 10.22 48.58 -
YUV 88.43 184.19 151.94 -
System Red Green Blue C M Y K H S L
Decimal 122 52 188 0.35 0.72 0 0.26 270.88 0.57 0.47
Hex 7A 34 BC 23 48 0 1A 10F 39 2F
Octal 172 64 274 43 110 0 32 417 71 57
Binary 1111010 110100 10111100 100011 1001000 0 11010 100001111 111001 101111

Color Harmonies of #7A34BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A34BC

Black with #7A34BC

Text Example


Text Example

White with #7A34BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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