Html Css Color HEX #7A27BA Purple Heart

📋 copy color: '#7A27BA'

red 122 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #7A27BA

Tints of Purple Heart #7A27BA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.24%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 35.16%
G = 11.24%
B = 53.6%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7A27BA (or 0x7A27BA) is known color: Purple Heart. HEX triplet: 7A, 27 and BA. RGB value is (122,39,186). Sum of RGB (Red+Green+Blue) = 122+39+186=347 (45% of max value = 765). Red value is 122 (48.05% from 255 or 35.16% from 347); Green value is 39 (15.62% from 255 or 11.24% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7A27BA is #85D845. Grayscale: #505050. Windows color (decimal): -8771654 or 12199802. OLE color: 12199802.

HSL color Cylindrical-coordinate representation of color #7A27BA: hue angle of 273.88º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A27BA is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 39 186 -
CMYK 0.34 0.79 0 0.27
HSL 273.88º 0.65% 0.44% -
HSV(B) 273.88º 0.79% 0.73% -
XYZ 17.61 9.13 47.29 -
YUV 80.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 122 39 186 0.34 0.79 0 0.27 273.88 0.65 0.44
Hex 7A 27 BA 22 4F 0 1B 112 41 2C
Octal 172 47 272 42 117 0 33 422 101 54
Binary 1111010 100111 10111010 100010 1001111 0 11011 100010010 1000001 101100

Color Harmonies of #7A27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A27BA

Black with #7A27BA

Text Example


Text Example

White with #7A27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,39,186); }

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

background-color css

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

 a { background-color: rgb(122,39,186); }

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

border-color css

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

 span { border-color: rgb(122,39,186); }

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