Html Css Color HEX #7B1EBF Purple Heart

📋 copy color: '#7B1EBF'

red 123 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #7B1EBF

Tints of Purple Heart #7B1EBF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.72%

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

R = 35.76%
G = 8.72%
B = 55.52%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B1EBF (or 0x7B1EBF) is known color: Purple Heart. HEX triplet: 7B, 1E and BF. RGB value is (123,30,191). Sum of RGB (Red+Green+Blue) = 123+30+191=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 30 (12.11% from 255 or 8.72% from 344); Blue value is 191 (75% from 255 or 55.52% from 344); Max value from RGB is 191 - color contains mainly: blue. Hex color #7B1EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1EBF is #84E140. Grayscale: #4B4B4B. Windows color (decimal): -8708417 or 12525179. OLE color: 12525179.

HSL color Cylindrical-coordinate representation of color #7B1EBF: hue angle of 274.66º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B1EBF is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 30 191 -
CMYK 0.36 0.84 0 0.25
HSL 274.66º 0.73% 0.43% -
HSV(B) 274.66º 0.84% 0.75% -
XYZ 18.04 8.9 50.06 -
YUV 76.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 123 30 191 0.36 0.84 0 0.25 274.66 0.73 0.43
Hex 7B 1E BF 24 54 0 19 113 49 2B
Octal 173 36 277 44 124 0 31 423 111 53
Binary 1111011 11110 10111111 100100 1010100 0 11001 100010011 1001001 101011

Color Harmonies of #7B1EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1EBF

Black with #7B1EBF

Text Example


Text Example

White with #7B1EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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