Html Css Color HEX #7B3CC0 Purple Heart

📋 copy color: '#7B3CC0'

red 123 ◦ green 60 ◦ blue 192

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

Shades of Purple Heart #7B3CC0

Tints of Purple Heart #7B3CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.2%

R = 32.8%
G = 16%
B = 51.2%

CMYK

 C value IS 0.36

 M value IS 0.69

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B3CC0 (or 0x7B3CC0) is known color: Purple Heart. HEX triplet: 7B, 3C and C0. RGB value is (123,60,192). Sum of RGB (Red+Green+Blue) = 123+60+192=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #7B3CC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3CC0 is #84C33F. Grayscale: #5D5D5D. Windows color (decimal): -8700736 or 12598395. OLE color: 12598395.

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

Color convert

RGB 123 60 192 -
CMYK 0.36 0.69 0 0.25
HSL 268.64º 0.52% 0.49% -
HSV(B) 268.64º 0.69% 0.75% -
XYZ 19.3 11.25 51.02 -
YUV 93.89 183.37 148.77 -
System Red Green Blue C M Y K H S L
Decimal 123 60 192 0.36 0.69 0 0.25 268.64 0.52 0.49
Hex 7B 3C C0 24 45 0 19 10D 34 31
Octal 173 74 300 44 105 0 31 415 64 61
Binary 1111011 111100 11000000 100100 1000101 0 11001 100001101 110100 110001

Color Harmonies of #7B3CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B3CC0

Black with #7B3CC0

Text Example


Text Example

White with #7B3CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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