Html Css Color HEX #7B3BBA Purple Heart

📋 copy color: '#7B3BBA'

red 123 ◦ green 59 ◦ blue 186

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

Shades of Purple Heart #7B3BBA

Tints of Purple Heart #7B3BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.54%

R = 33.42%
G = 16.03%
B = 50.54%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B3BBA (or 0x7B3BBA) is known color: Purple Heart. HEX triplet: 7B, 3B and BA. RGB value is (123,59,186). Sum of RGB (Red+Green+Blue) = 123+59+186=368 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.42% from 368); Green value is 59 (23.44% from 255 or 16.03% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #7B3BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3BBA is #84C445. Grayscale: #5C5C5C. Windows color (decimal): -8700998 or 12204923. OLE color: 12204923.

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

Color convert

RGB 123 59 186 -
CMYK 0.34 0.68 0 0.27
HSL 270.24º 0.52% 0.48% -
HSV(B) 270.24º 0.68% 0.73% -
XYZ 18.6 10.88 47.58 -
YUV 92.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 123 59 186 0.34 0.68 0 0.27 270.24 0.52 0.48
Hex 7B 3B BA 22 44 0 1B 10E 34 30
Octal 173 73 272 42 104 0 33 416 64 60
Binary 1111011 111011 10111010 100010 1000100 0 11011 100001110 110100 110000

Color Harmonies of #7B3BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3BBA

Black with #7B3BBA

Text Example


Text Example

White with #7B3BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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