Html Css Color HEX #7B41BF Purple Heart

📋 copy color: '#7B41BF'

red 123 ◦ green 65 ◦ blue 191

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

Shades of Purple Heart #7B41BF

Tints of Purple Heart #7B41BF

RGB

 RED value IS 123 (48.44% from 255) = 32.45%

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

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

R = 32.45%
G = 17.15%
B = 50.4%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B41BF (or 0x7B41BF) is known color: Purple Heart. HEX triplet: 7B, 41 and BF. RGB value is (123,65,191). Sum of RGB (Red+Green+Blue) = 123+65+191=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 65 (25.78% from 255 or 17.15% 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 #7B41BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B41BF is #84BE40. Grayscale: #606060. Windows color (decimal): -8699457 or 12534139. OLE color: 12534139.

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

Color convert

RGB 123 65 191 -
CMYK 0.36 0.66 0 0.25
HSL 267.62º 0.5% 0.5% -
HSV(B) 267.62º 0.66% 0.75% -
XYZ 19.46 11.75 50.53 -
YUV 96.71 181.22 146.75 -
System Red Green Blue C M Y K H S L
Decimal 123 65 191 0.36 0.66 0 0.25 267.62 0.5 0.5
Hex 7B 41 BF 24 42 0 19 10C 32 32
Octal 173 101 277 44 102 0 31 414 62 62
Binary 1111011 1000001 10111111 100100 1000010 0 11001 100001100 110010 110010

Color Harmonies of #7B41BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B41BF

Black with #7B41BF

Text Example


Text Example

White with #7B41BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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