Html Css Color HEX #7B40BE Purple Heart

📋 copy color: '#7B40BE'

red 123 ◦ green 64 ◦ blue 190

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

Shades of Purple Heart #7B40BE

Tints of Purple Heart #7B40BE

RGB

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

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

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

R = 32.63%
G = 16.98%
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

#7B40BE (or 0x7B40BE) is known color: Purple Heart. HEX triplet: 7B, 40 and BE. RGB value is (123,64,190). Sum of RGB (Red+Green+Blue) = 123+64+190=377 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.63% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B40BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B40BE is #84BF41. Grayscale: #5F5F5F. Windows color (decimal): -8699714 or 12468347. OLE color: 12468347.

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

Color convert

RGB 123 64 190 -
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.3 11.6 49.94 -
YUV 96.01 181.05 147.25 -
System Red Green Blue C M Y K H S L
Decimal 123 64 190 0.35 0.66 0 0.25 268.1 0.5 0.5
Hex 7B 40 BE 23 42 0 19 10C 32 32
Octal 173 100 276 43 102 0 31 414 62 62
Binary 1111011 1000000 10111110 100011 1000010 0 11001 100001100 110010 110010

Color Harmonies of #7B40BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B40BE

Black with #7B40BE

Text Example


Text Example

White with #7B40BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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