Html Css Color HEX #7B1BAE Purple Heart

📋 copy color: '#7B1BAE'

red 123 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #7B1BAE

Tints of Purple Heart #7B1BAE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.33%

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

R = 37.96%
G = 8.33%
B = 53.7%

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

#7B1BAE (or 0x7B1BAE) is known color: Purple Heart. HEX triplet: 7B, 1B and AE. RGB value is (123,27,174). Sum of RGB (Red+Green+Blue) = 123+27+174=324 (42% of max value = 765). Red value is 123 (48.44% from 255 or 37.96% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #7B1BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B1BAE is #84E451. Grayscale: #474747. Windows color (decimal): -8709202 or 11410299. OLE color: 11410299.

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

Color convert

RGB 123 27 174 -
CMYK 0.29 0.84 0 0.32
HSL 279.18º 0.73% 0.39% -
HSV(B) 279.18º 0.84% 0.68% -
XYZ 16.2 8.05 40.74 -
YUV 72.46 185.3 164.05 -
System Red Green Blue C M Y K H S L
Decimal 123 27 174 0.29 0.84 0 0.32 279.18 0.73 0.39
Hex 7B 1B AE 1D 54 0 20 117 49 27
Octal 173 33 256 35 124 0 40 427 111 47
Binary 1111011 11011 10101110 11101 1010100 0 100000 100010111 1001001 100111

Color Harmonies of #7B1BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1BAE

Black with #7B1BAE

Text Example


Text Example

White with #7B1BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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