Html Css Color HEX #7B1FBE Purple Heart

📋 copy color: '#7B1FBE'

red 123 ◦ green 31 ◦ blue 190

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

Shades of Purple Heart #7B1FBE

Tints of Purple Heart #7B1FBE

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.01%

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

R = 35.76%
G = 9.01%
B = 55.23%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B1FBE (or 0x7B1FBE) is known color: Purple Heart. HEX triplet: 7B, 1F and BE. RGB value is (123,31,190). Sum of RGB (Red+Green+Blue) = 123+31+190=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 31 (12.5% from 255 or 9.01% from 344); Blue value is 190 (74.61% from 255 or 55.23% from 344); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B1FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1FBE is #84E041. Grayscale: #4C4C4C. Windows color (decimal): -8708162 or 12459899. OLE color: 12459899.

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

Color convert

RGB 123 31 190 -
CMYK 0.35 0.84 0 0.25
HSL 274.72º 0.72% 0.43% -
HSV(B) 274.72º 0.84% 0.75% -
XYZ 17.95 8.91 49.49 -
YUV 76.63 191.98 161.07 -
System Red Green Blue C M Y K H S L
Decimal 123 31 190 0.35 0.84 0 0.25 274.72 0.72 0.43
Hex 7B 1F BE 23 54 0 19 113 48 2B
Octal 173 37 276 43 124 0 31 423 110 53
Binary 1111011 11111 10111110 100011 1010100 0 11001 100010011 1001000 101011

Color Harmonies of #7B1FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1FBE

Black with #7B1FBE

Text Example


Text Example

White with #7B1FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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