Html Css Color HEX #7B28BB Purple Heart

📋 copy color: '#7B28BB'

red 123 ◦ green 40 ◦ blue 187

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

Shades of Purple Heart #7B28BB

Tints of Purple Heart #7B28BB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.43%

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 35.14%
G = 11.43%
B = 53.43%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B28BB (or 0x7B28BB) is known color: Purple Heart. HEX triplet: 7B, 28 and BB. RGB value is (123,40,187). Sum of RGB (Red+Green+Blue) = 123+40+187=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B28BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B28BB is #84D744. Grayscale: #515151. Windows color (decimal): -8705861 or 12265595. OLE color: 12265595.

HSL color Cylindrical-coordinate representation of color #7B28BB: hue angle of 273.88º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7B28BB is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 40 187 -
CMYK 0.34 0.79 0 0.27
HSL 273.88º 0.65% 0.45% -
HSV(B) 273.88º 0.79% 0.73% -
XYZ 17.9 9.32 47.87 -
YUV 81.58 187.5 157.55 -
System Red Green Blue C M Y K H S L
Decimal 123 40 187 0.34 0.79 0 0.27 273.88 0.65 0.45
Hex 7B 28 BB 22 4F 0 1B 112 41 2D
Octal 173 50 273 42 117 0 33 422 101 55
Binary 1111011 101000 10111011 100010 1001111 0 11011 100010010 1000001 101101

Color Harmonies of #7B28BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B28BB

Black with #7B28BB

Text Example


Text Example

White with #7B28BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,40,187); }

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

background-color css

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

 a { background-color: rgb(123,40,187); }

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

border-color css

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

 span { border-color: rgb(123,40,187); }

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