Html Css Color HEX #7B41BE Purple Heart

📋 copy color: '#7B41BE'

red 123 ◦ green 65 ◦ blue 190

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

Shades of Purple Heart #7B41BE

Tints of Purple Heart #7B41BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 32.54%
G = 17.2%
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

#7B41BE (or 0x7B41BE) is known color: Purple Heart. HEX triplet: 7B, 41 and BE. RGB value is (123,65,190). Sum of RGB (Red+Green+Blue) = 123+65+190=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B41BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B41BE is #84BE41. Grayscale: #606060. Windows color (decimal): -8699458 or 12468603. OLE color: 12468603.

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

Color convert

RGB 123 65 190 -
CMYK 0.35 0.66 0 0.25
HSL 267.84º 0.49% 0.5% -
HSV(B) 267.84º 0.66% 0.75% -
XYZ 19.35 11.71 49.96 -
YUV 96.59 180.72 146.84 -
System Red Green Blue C M Y K H S L
Decimal 123 65 190 0.35 0.66 0 0.25 267.84 0.49 0.5
Hex 7B 41 BE 23 42 0 19 10C 31 32
Octal 173 101 276 43 102 0 31 414 61 62
Binary 1111011 1000001 10111110 100011 1000010 0 11001 100001100 110001 110010

Color Harmonies of #7B41BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B41BE

Black with #7B41BE

Text Example


Text Example

White with #7B41BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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