Html Css Color HEX #7A3EBC Purple Heart

📋 copy color: '#7A3EBC'

red 122 ◦ green 62 ◦ blue 188

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

Shades of Purple Heart #7A3EBC

Tints of Purple Heart #7A3EBC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

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

R = 32.8%
G = 16.67%
B = 50.54%

CMYK

 C value IS 0.35

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7A3EBC (or 0x7A3EBC) is known color: Purple Heart. HEX triplet: 7A, 3E and BC. RGB value is (122,62,188). Sum of RGB (Red+Green+Blue) = 122+62+188=372 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.80% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #7A3EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A3EBC is #85C143. Grayscale: #5D5D5D. Windows color (decimal): -8765764 or 12336762. OLE color: 12336762.

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

Color convert

RGB 122 62 188 -
CMYK 0.35 0.67 0 0.26
HSL 268.57º 0.5% 0.49% -
HSV(B) 268.57º 0.67% 0.74% -
XYZ 18.83 11.21 48.75 -
YUV 94.3 180.88 147.75 -
System Red Green Blue C M Y K H S L
Decimal 122 62 188 0.35 0.67 0 0.26 268.57 0.5 0.49
Hex 7A 3E BC 23 43 0 1A 10D 32 31
Octal 172 76 274 43 103 0 32 415 62 61
Binary 1111010 111110 10111100 100011 1000011 0 11010 100001101 110010 110001

Color Harmonies of #7A3EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A3EBC

Black with #7A3EBC

Text Example


Text Example

White with #7A3EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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