Html Css Color HEX #7C27BA Purple Heart

📋 copy color: '#7C27BA'

red 124 ◦ green 39 ◦ blue 186

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

Shades of Purple Heart #7C27BA

Tints of Purple Heart #7C27BA

RGB

 RED value IS 124 (48.83% from 255) = 35.53%

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

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

R = 35.53%
G = 11.17%
B = 53.3%

CMYK

 C value IS 0.33

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C27BA (or 0x7C27BA) is known color: Purple Heart. HEX triplet: 7C, 27 and BA. RGB value is (124,39,186). Sum of RGB (Red+Green+Blue) = 124+39+186=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C27BA is #83D845. Grayscale: #505050. Windows color (decimal): -8640582 or 12199804. OLE color: 12199804.

HSL color Cylindrical-coordinate representation of color #7C27BA: hue angle of 274.69º 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 #7C27BA is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 39 186 -
CMYK 0.33 0.79 0 0.27
HSL 274.69º 0.65% 0.44% -
HSV(B) 274.69º 0.79% 0.73% -
XYZ 17.9 9.28 47.3 -
YUV 81.17 187.16 158.55 -
System Red Green Blue C M Y K H S L
Decimal 124 39 186 0.33 0.79 0 0.27 274.69 0.65 0.44
Hex 7C 27 BA 21 4F 0 1B 113 41 2C
Octal 174 47 272 41 117 0 33 423 101 54
Binary 1111100 100111 10111010 100001 1001111 0 11011 100010011 1000001 101100

Color Harmonies of #7C27BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C27BA

Black with #7C27BA

Text Example


Text Example

White with #7C27BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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