Html Css Color HEX #7C40BF Purple Heart

📋 copy color: '#7C40BF'

red 124 ◦ green 64 ◦ blue 191

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

Shades of Purple Heart #7C40BF

Tints of Purple Heart #7C40BF

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

 BLUE value IS 191 (75% from 255) = 50.4%

R = 32.72%
G = 16.89%
B = 50.4%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C40BF (or 0x7C40BF) is known color: Purple Heart. HEX triplet: 7C, 40 and BF. RGB value is (124,64,191). Sum of RGB (Red+Green+Blue) = 124+64+191=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C40BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C40BF is #83BF40. Grayscale: #5F5F5F. Windows color (decimal): -8634177 or 12533884. OLE color: 12533884.

HSL color Cylindrical-coordinate representation of color #7C40BF: hue angle of 268.35º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C40BF is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 64 191 -
CMYK 0.35 0.66 0 0.25
HSL 268.35º 0.5% 0.5% -
HSV(B) 268.35º 0.66% 0.75% -
XYZ 19.55 11.71 50.52 -
YUV 96.42 181.38 147.67 -
System Red Green Blue C M Y K H S L
Decimal 124 64 191 0.35 0.66 0 0.25 268.35 0.5 0.5
Hex 7C 40 BF 23 42 0 19 10C 32 32
Octal 174 100 277 43 102 0 31 414 62 62
Binary 1111100 1000000 10111111 100011 1000010 0 11001 100001100 110010 110010

Color Harmonies of #7C40BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C40BF

Black with #7C40BF

Text Example


Text Example

White with #7C40BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,191); }

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

background-color css

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

 a { background-color: rgb(124,64,191); }

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

border-color css

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

 span { border-color: rgb(124,64,191); }

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