Html Css Color HEX #7A34CD Purple Heart

📋 copy color: '#7A34CD'

red 122 ◦ green 52 ◦ blue 205

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

Shades of Purple Heart #7A34CD

Tints of Purple Heart #7A34CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 54.09%

R = 32.19%
G = 13.72%
B = 54.09%

CMYK

 C value IS 0.40

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7A34CD (or 0x7A34CD) is known color: Purple Heart. HEX triplet: 7A, 34 and CD. RGB value is (122,52,205). Sum of RGB (Red+Green+Blue) = 122+52+205=379 (50% of max value = 765). Red value is 122 (48.05% from 255 or 32.19% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 205 (80.47% from 255 or 54.09% from 379); Max value from RGB is 205 - color contains mainly: blue. Hex color #7A34CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A34CD is #85CB32. Grayscale: #595959. Windows color (decimal): -8768307 or 13448314. OLE color: 13448314.

HSL color Cylindrical-coordinate representation of color #7A34CD: hue angle of 267.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A34CD is Cyan = 0.40, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 52 205 -
CMYK 0.40 0.75 0 0.20
HSL 267.45º 0.6% 0.5% -
HSV(B) 267.45º 0.75% 0.8% -
XYZ 20.27 11 58.81 -
YUV 90.37 192.69 150.56 -
System Red Green Blue C M Y K H S L
Decimal 122 52 205 0.40 0.75 0 0.20 267.45 0.6 0.5
Hex 7A 34 CD 28 4B 0 14 10B 3C 32
Octal 172 64 315 50 113 0 24 413 74 62
Binary 1111010 110100 11001101 101000 1001011 0 10100 100001011 111100 110010

Color Harmonies of #7A34CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A34CD

Black with #7A34CD

Text Example


Text Example

White with #7A34CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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