Html Css Color HEX #7B1AAE Purple Heart

📋 copy color: '#7B1AAE'

red 123 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #7B1AAE

Tints of Purple Heart #7B1AAE

RGB

 RED value IS 123 (48.44% from 255) = 38.08%

 GREEN value IS 26 (10.55% from 255) = 8.05%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 38.08%
G = 8.05%
B = 53.87%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B1AAE (or 0x7B1AAE) is known color: Purple Heart. HEX triplet: 7B, 1A and AE. RGB value is (123,26,174). Sum of RGB (Red+Green+Blue) = 123+26+174=323 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.08% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B1AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1AAE is #84E551. Grayscale: #474747. Windows color (decimal): -8709458 or 11410043. OLE color: 11410043.

HSL color Cylindrical-coordinate representation of color #7B1AAE: hue angle of 279.32º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7B1AAE is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 26 174 -
CMYK 0.29 0.85 0 0.32
HSL 279.32º 0.74% 0.39% -
HSV(B) 279.32º 0.85% 0.68% -
XYZ 16.18 8.01 40.74 -
YUV 71.88 185.64 164.47 -
System Red Green Blue C M Y K H S L
Decimal 123 26 174 0.29 0.85 0 0.32 279.32 0.74 0.39
Hex 7B 1A AE 1D 55 0 20 117 4A 27
Octal 173 32 256 35 125 0 40 427 112 47
Binary 1111011 11010 10101110 11101 1010101 0 100000 100010111 1001010 100111

Color Harmonies of #7B1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1AAE

Black with #7B1AAE

Text Example


Text Example

White with #7B1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,26,174); }

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

background-color css

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

 a { background-color: rgb(123,26,174); }

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

border-color css

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

 span { border-color: rgb(123,26,174); }

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