Html Css Color HEX #7B1FBB Purple Heart

📋 copy color: '#7B1FBB'

red 123 ◦ green 31 ◦ blue 187

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

Shades of Purple Heart #7B1FBB

Tints of Purple Heart #7B1FBB

RGB

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

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

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

R = 36.07%
G = 9.09%
B = 54.84%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B1FBB (or 0x7B1FBB) is known color: Purple Heart. HEX triplet: 7B, 1F and BB. RGB value is (123,31,187). Sum of RGB (Red+Green+Blue) = 123+31+187=341 (45% of max value = 765). Red value is 123 (48.44% from 255 or 36.07% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B1FBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B1FBB is #84E044. Grayscale: #4B4B4B. Windows color (decimal): -8708165 or 12263291. OLE color: 12263291.

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

Color convert

RGB 123 31 187 -
CMYK 0.34 0.83 0 0.27
HSL 275.38º 0.72% 0.43% -
HSV(B) 275.38º 0.83% 0.73% -
XYZ 17.63 8.78 47.78 -
YUV 76.29 190.48 161.32 -
System Red Green Blue C M Y K H S L
Decimal 123 31 187 0.34 0.83 0 0.27 275.38 0.72 0.43
Hex 7B 1F BB 22 53 0 1B 113 48 2B
Octal 173 37 273 42 123 0 33 423 110 53
Binary 1111011 11111 10111011 100010 1010011 0 11011 100010011 1001000 101011

Color Harmonies of #7B1FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1FBB

Black with #7B1FBB

Text Example


Text Example

White with #7B1FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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