Html Css Color HEX #7B1CAE Purple Heart

📋 copy color: '#7B1CAE'

red 123 ◦ green 28 ◦ blue 174

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

Shades of Purple Heart #7B1CAE

Tints of Purple Heart #7B1CAE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.62%

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

R = 37.85%
G = 8.62%
B = 53.54%

CMYK

 C value IS 0.29

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7B1CAE (or 0x7B1CAE) is known color: Purple Heart. HEX triplet: 7B, 1C and AE. RGB value is (123,28,174). Sum of RGB (Red+Green+Blue) = 123+28+174=325 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.85% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B1CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1CAE is #84E351. Grayscale: #484848. Windows color (decimal): -8708946 or 11410555. OLE color: 11410555.

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

Color convert

RGB 123 28 174 -
CMYK 0.29 0.84 0 0.32
HSL 279.04º 0.72% 0.4% -
HSV(B) 279.04º 0.84% 0.68% -
XYZ 16.22 8.1 40.75 -
YUV 73.05 184.97 163.63 -
System Red Green Blue C M Y K H S L
Decimal 123 28 174 0.29 0.84 0 0.32 279.04 0.72 0.4
Hex 7B 1C AE 1D 54 0 20 117 48 28
Octal 173 34 256 35 124 0 40 427 110 50
Binary 1111011 11100 10101110 11101 1010100 0 100000 100010111 1001000 101000

Color Harmonies of #7B1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1CAE

Black with #7B1CAE

Text Example


Text Example

White with #7B1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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