Html Css Color HEX #7B1BBB Purple Heart

📋 copy color: '#7B1BBB'

red 123 ◦ green 27 ◦ blue 187

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

Shades of Purple Heart #7B1BBB

Tints of Purple Heart #7B1BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.01%

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

R = 36.5%
G = 8.01%
B = 55.49%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B1BBB (or 0x7B1BBB) is known color: Purple Heart. HEX triplet: 7B, 1B and BB. RGB value is (123,27,187). Sum of RGB (Red+Green+Blue) = 123+27+187=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 27 (10.94% from 255 or 8.01% from 337); Blue value is 187 (73.44% from 255 or 55.49% from 337); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B1BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1BBB is #84E444. Grayscale: #494949. Windows color (decimal): -8709189 or 12262267. OLE color: 12262267.

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

Color convert

RGB 123 27 187 -
CMYK 0.34 0.86 0 0.27
HSL 276º 0.75% 0.42% -
HSV(B) 276º 0.86% 0.73% -
XYZ 17.53 8.58 47.75 -
YUV 73.94 191.8 162.99 -
System Red Green Blue C M Y K H S L
Decimal 123 27 187 0.34 0.86 0 0.27 276 0.75 0.42
Hex 7B 1B BB 22 56 0 1B 114 4B 2A
Octal 173 33 273 42 126 0 33 424 113 52
Binary 1111011 11011 10111011 100010 1010110 0 11011 100010100 1001011 101010

Color Harmonies of #7B1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1BBB

Black with #7B1BBB

Text Example


Text Example

White with #7B1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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