Html Css Color HEX #7B14BE Purple Heart

📋 copy color: '#7B14BE'

red 123 ◦ green 20 ◦ blue 190

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

Shades of Purple Heart #7B14BE

Tints of Purple Heart #7B14BE

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

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

R = 36.94%
G = 6.01%
B = 57.06%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B14BE (or 0x7B14BE) is known color: Purple Heart. HEX triplet: 7B, 14 and BE. RGB value is (123,20,190). Sum of RGB (Red+Green+Blue) = 123+20+190=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B14BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B14BE is #84EB41. Grayscale: #454545. Windows color (decimal): -8710978 or 12457083. OLE color: 12457083.

HSL color Cylindrical-coordinate representation of color #7B14BE: hue angle of 276.35º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B14BE is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 20 190 -
CMYK 0.35 0.89 0 0.25
HSL 276.35º 0.81% 0.41% -
HSV(B) 276.35º 0.89% 0.75% -
XYZ 17.71 8.43 49.41 -
YUV 70.18 195.62 165.68 -
System Red Green Blue C M Y K H S L
Decimal 123 20 190 0.35 0.89 0 0.25 276.35 0.81 0.41
Hex 7B 14 BE 23 59 0 19 114 51 29
Octal 173 24 276 43 131 0 31 424 121 51
Binary 1111011 10100 10111110 100011 1011001 0 11001 100010100 1010001 101001

Color Harmonies of #7B14BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B14BE

Black with #7B14BE

Text Example


Text Example

White with #7B14BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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