Html Css Color HEX #7B3CBD Purple Heart

📋 copy color: '#7B3CBD'

red 123 ◦ green 60 ◦ blue 189

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

Shades of Purple Heart #7B3CBD

Tints of Purple Heart #7B3CBD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.13%

 BLUE value IS 189 (74.22% from 255) = 50.81%

R = 33.06%
G = 16.13%
B = 50.81%

CMYK

 C value IS 0.35

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7B3CBD (or 0x7B3CBD) is known color: Purple Heart. HEX triplet: 7B, 3C and BD. RGB value is (123,60,189). Sum of RGB (Red+Green+Blue) = 123+60+189=372 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.06% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B3CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3CBD is #84C342. Grayscale: #5D5D5D. Windows color (decimal): -8700739 or 12401787. OLE color: 12401787.

HSL color Cylindrical-coordinate representation of color #7B3CBD: hue angle of 269.3º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B3CBD is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 123 60 189 -
CMYK 0.35 0.68 0 0.26
HSL 269.3º 0.52% 0.49% -
HSV(B) 269.3º 0.68% 0.74% -
XYZ 18.97 11.12 49.29 -
YUV 93.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 123 60 189 0.35 0.68 0 0.26 269.3 0.52 0.49
Hex 7B 3C BD 23 44 0 1A 10D 34 31
Octal 173 74 275 43 104 0 32 415 64 61
Binary 1111011 111100 10111101 100011 1000100 0 11010 100001101 110100 110001

Color Harmonies of #7B3CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3CBD

Black with #7B3CBD

Text Example


Text Example

White with #7B3CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,60,189); }

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

background-color css

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

 a { background-color: rgb(123,60,189); }

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

border-color css

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

 span { border-color: rgb(123,60,189); }

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