Html Css Color HEX #7C26BA Purple Heart

📋 copy color: '#7C26BA'

red 124 ◦ green 38 ◦ blue 186

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

Shades of Purple Heart #7C26BA

Tints of Purple Heart #7C26BA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.92%

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

R = 35.63%
G = 10.92%
B = 53.45%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C26BA (or 0x7C26BA) is known color: Purple Heart. HEX triplet: 7C, 26 and BA. RGB value is (124,38,186). Sum of RGB (Red+Green+Blue) = 124+38+186=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 38 (15.23% from 255 or 10.92% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C26BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C26BA is #83D945. Grayscale: #505050. Windows color (decimal): -8640838 or 12199548. OLE color: 12199548.

HSL color Cylindrical-coordinate representation of color #7C26BA: hue angle of 274.86º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C26BA is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 38 186 -
CMYK 0.33 0.80 0 0.27
HSL 274.86º 0.66% 0.44% -
HSV(B) 274.86º 0.8% 0.73% -
XYZ 17.87 9.22 47.29 -
YUV 80.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 124 38 186 0.33 0.80 0 0.27 274.86 0.66 0.44
Hex 7C 26 BA 21 50 0 1B 113 42 2C
Octal 174 46 272 41 120 0 33 423 102 54
Binary 1111100 100110 10111010 100001 1010000 0 11011 100010011 1000010 101100

Color Harmonies of #7C26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C26BA

Black with #7C26BA

Text Example


Text Example

White with #7C26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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