Html Css Color HEX #7C41BF Purple Heart

📋 copy color: '#7C41BF'

red 124 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #7C41BF

Tints of Purple Heart #7C41BF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 32.63%
G = 17.11%
B = 50.26%

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

#7C41BF (or 0x7C41BF) is known color: Purple Heart. HEX triplet: 7C, 41 and BF. RGB value is (124,65,191). Sum of RGB (Red+Green+Blue) = 124+65+191=380 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.63% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 191 (75% from 255 or 50.26% from 380); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C41BF is #83BE40. Grayscale: #606060. Windows color (decimal): -8633921 or 12534140. OLE color: 12534140.

HSL color Cylindrical-coordinate representation of color #7C41BF: hue angle of 268.1º 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 #7C41BF is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 65 191 -
CMYK 0.35 0.66 0 0.25
HSL 268.1º 0.5% 0.5% -
HSV(B) 268.1º 0.66% 0.75% -
XYZ 19.61 11.83 50.54 -
YUV 97.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 124 65 191 0.35 0.66 0 0.25 268.1 0.5 0.5
Hex 7C 41 BF 23 42 0 19 10C 32 32
Octal 174 101 277 43 102 0 31 414 62 62
Binary 1111100 1000001 10111111 100011 1000010 0 11001 100001100 110010 110010

Color Harmonies of #7C41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C41BF

Black with #7C41BF

Text Example


Text Example

White with #7C41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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