Html Css Color HEX #7B3BC1 Purple Heart

📋 copy color: '#7B3BC1'

red 123 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #7B3BC1

Tints of Purple Heart #7B3BC1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.73%

 BLUE value IS 193 (75.78% from 255) = 51.47%

R = 32.8%
G = 15.73%
B = 51.47%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#7B3BC1 (or 0x7B3BC1) is known color: Purple Heart. HEX triplet: 7B, 3B and C1. RGB value is (123,59,193). Sum of RGB (Red+Green+Blue) = 123+59+193=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 59 (23.44% from 255 or 15.73% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #7B3BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3BC1 is #84C43E. Grayscale: #5C5C5C. Windows color (decimal): -8700991 or 12663675. OLE color: 12663675.

HSL color Cylindrical-coordinate representation of color #7B3BC1: hue angle of 268.66º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B3BC1 is Cyan = 0.36, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 123 59 193 -
CMYK 0.36 0.69 0 0.24
HSL 268.66º 0.53% 0.49% -
HSV(B) 268.66º 0.69% 0.76% -
XYZ 19.36 11.19 51.59 -
YUV 93.41 184.2 149.1 -
System Red Green Blue C M Y K H S L
Decimal 123 59 193 0.36 0.69 0 0.24 268.66 0.53 0.49
Hex 7B 3B C1 24 45 0 18 10D 35 31
Octal 173 73 301 44 105 0 30 415 65 61
Binary 1111011 111011 11000001 100100 1000101 0 11000 100001101 110101 110001

Color Harmonies of #7B3BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3BC1

Black with #7B3BC1

Text Example


Text Example

White with #7B3BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,59,193); }

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

background-color css

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

 a { background-color: rgb(123,59,193); }

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

border-color css

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

 span { border-color: rgb(123,59,193); }

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